From 79cbf51de36580ef6d38cca40483568a135dab0a Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 20 May 2015 18:13:59 -0400 Subject: [PATCH] Fixed top board list color for Yotsuba CSS --- stylesheets/yotsuba.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index db14931d..387fb590 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -66,8 +66,7 @@ table.modlog tr th { .desktop-style div.boardlist:nth-child(1) { background-color: #F0E0D6; } - -div.boardlist:not(.bottom) { +.desktop-style div.boardlist:not(.bottom) { background-color: #F0E0D6; }