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