diff options
author | Vitaly Takmazov | 2018-12-06 04:07:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-06 04:07:36 +0300 |
commit | a498c636bf001c539caa339090c9275dec127a4c (patch) | |
tree | 154a11bf19eb755ec4e3d0a7d685e17de29515ae /src | |
parent | fd46ae4487545a7bf77c7d9adabed104911c52b1 (diff) |
More styling
Diffstat (limited to 'src')
-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; |