From 192198a62f32b0a417230c6bd393d798386955cb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 12:02:54 +0300 Subject: styling --- src/main/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index f7acac3c..04dda99f 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -100,7 +100,7 @@ html { color: #fff; } body > header { - background: #f8f8f8; + background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); position: fixed; top: 0; @@ -201,7 +201,7 @@ body > header { #global a:hover:not(.active), #ctitle a:hover:not(.active), .l a:hover { - background: #fff; + background: #f8f8f8; border-bottom: 2px solid #ff339a; cursor: pointer; } -- cgit v1.2.3