From a498c636bf001c539caa339090c9275dec127a4c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 04:07:36 +0300 Subject: More styling --- src/main/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 14a43155..9300cbb1 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -101,6 +101,7 @@ html { } body > header { background: #f8f8f8; + border-top: 2px solid #ff339a; box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); position: fixed; top: 0; @@ -198,7 +199,6 @@ body > header { #global li:hover:not(.active), #ctitle a:hover:not(.active), .l a:hover { - border-bottom: 2px solid #ff339a; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); cursor: pointer; -- cgit v1.2.3