box影追加&コメントエリア文字色変更
This commit is contained in:
parent
a5e72966b3
commit
97dfefd68a
@ -13,3 +13,6 @@
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
}
|
}
|
||||||
|
.toplevel_item {
|
||||||
|
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
|
||||||
|
}
|
||||||
|
@ -1802,4 +1802,7 @@ dl.bb-dl > dd > li {
|
|||||||
}
|
}
|
||||||
.comment a {
|
.comment a {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
.comment {
|
||||||
|
background: rgb(199, 199, 199);
|
||||||
}
|
}
|
Reference in New Issue
Block a user