From 9657cda15f7a60e4a13b32d1a7c7cc3a695d8f6c Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 15 Dec 2014 04:55:55 -0600 Subject: [PATCH] Remove dropshadow beneath board title on Burichan --- src/General/css/burichan.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/burichan.css b/src/General/css/burichan.css index b7f42f3af..2e15faad5 100755 --- a/src/General/css/burichan.css +++ b/src/General/css/burichan.css @@ -18,9 +18,6 @@ :root.burichan #header-bar a, :root.burichan #header-bar #notifications a { color: #34345C; } -:root.burichan.fixed #custom-board-list .current { - border-bottom: 1px solid rgba(30, 30, 255, 0.2); -} :root.burichan.fixed #custom-board-list .current:hover { border-bottom-color: rgba(255,0,0,0.2); }