commit a31e4ccc37b53e695a57e608c67804e18e8ffe85 parent 585a6d46485de1ebefe9f6ebbe47ad670b45441f Author: sin <sin@2f30.org> Date: Mon, 18 Sep 2017 19:33:17 +0100 Change hover background color Diffstat:
M | css/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css @@ -115,7 +115,7 @@ ol, ul { } .nav > li > a:focus, .nav > li > a:hover { text-decoration: none; - background-color: #0a0a0a; + background-color: #171717; border-bottom: 1px solid #8fc; } .nav-tabs {