aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 12:02:54 +0300
committerGravatar Vitaly Takmazov2018-12-06 12:02:54 +0300
commit192198a62f32b0a417230c6bd393d798386955cb (patch)
tree56cf6fa9d2371e69615adf8e09d3a41a3cf4e8a5 /src
parent5f42ff9058cb4fb1379fe5c8afd371fc37b628cc (diff)
styling
Diffstat (limited to 'src')
-rw-r--r--src/main/assets/style.css4
1 files changed, 2 insertions, 2 deletions
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;
}