From 3da084e150929c00aca2740aa93129b4054903f7 Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 15 Dec 2014 04:54:03 -0600 Subject: [PATCH] Remove dropshadow beneath board title on Yotsuba B --- src/General/css/yotsuba-b.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/yotsuba-b.css b/src/General/css/yotsuba-b.css index 3e021e71e..5a078f787 100755 --- a/src/General/css/yotsuba-b.css +++ b/src/General/css/yotsuba-b.css @@ -18,9 +18,6 @@ :root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a { color: #34345C; } -:root.yotsuba-b.fixed #custom-board-list .current { - border-bottom: 1px solid rgba(30, 30, 255, 0.2); -} :root.yotsuba-b.fixed #custom-board-list .current:hover { border-bottom-color: rgba(255,0,0,0.2); }