diff --git a/plusfuture/css/blockmode.css b/plusfuture/css/blockmode.css index cc1db20..2116ebf 100644 --- a/plusfuture/css/blockmode.css +++ b/plusfuture/css/blockmode.css @@ -13,3 +13,6 @@ margin-left: 5px; margin-bottom: 35px; } +.toplevel_item { + box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); +} diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index be888bb..a0d6d8d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1802,4 +1802,7 @@ dl.bb-dl > dd > li { } .comment a { font-size: 0.9rem; +} +.comment { + background: rgb(199, 199, 199); } \ No newline at end of file