diff options
-rw-r--r-- | src/main/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |