From 0aa7bfb264f6fd974087365493afa76de402e8b8 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 20 May 2015 18:06:26 -0400 Subject: [PATCH] Fixed top board list color for Yotsuba CSS --- stylesheets/yotsuba.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 3fea60cb..db14931d 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -67,6 +67,9 @@ table.modlog tr th { background-color: #F0E0D6; } +div.boardlist:not(.bottom) { + background-color: #F0E0D6; +} .box {