box影追加&コメントエリア文字色変更

This commit is contained in:
Your Name 2018-10-27 14:58:26 +09:00
parent a5e72966b3
commit 97dfefd68a
2 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,6 @@
margin-left: 5px;
margin-bottom: 35px;
}
.toplevel_item {
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}

View File

@ -1802,4 +1802,7 @@ dl.bb-dl > dd > li {
}
.comment a {
font-size: 0.9rem;
}
.comment {
background: rgb(199, 199, 199);
}