diff --git a/stylesheets/dark.css b/stylesheets/dark.css index e21b264e..2d88f5c2 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -166,16 +166,6 @@ table.modlog tr th { color: #AAAAAA; } -.desktop-style div.boardlist:not(.bottom) { - text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px; - background-color: #666666; -} - - -.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu { - background-color: rgba(30%, 30%, 30%, 0.65); -} - div.report { color: #666666; } diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index 86cb13b8..6e50ab96 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -126,10 +126,6 @@ font-weight: 600; header div.subtitle, h1 { color: #054500; } -.desktop-style div.boardlist:nth-child(1) { - text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px; -} - .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { background-color: rgba(90%, 90%, 90%, 0.55); diff --git a/stylesheets/northboard_cb.css b/stylesheets/northboard_cb.css index b665c569..56f17197 100644 --- a/stylesheets/northboard_cb.css +++ b/stylesheets/northboard_cb.css @@ -108,10 +108,6 @@ table.modlog tr th { background: #44444f; } -.desktop-style div.boardlist:nth-child(1) { - background-color: #bbb; -} - span.name { color: #93e3ff !important; }