aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index c844c383..11760451 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -191,15 +191,14 @@ body > header {
padding: 4px 20px;
}
#global a.active {
- background: #eee;
- border-bottom: 2px solid #ff339a;
+ background: #fff;
pointer-events: none;
}
#global li:hover:not(.active),
#ctitle a:hover:not(.active),
.l a:hover {
border-bottom: 2px solid #ff339a;
- background: #eee;
+ background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
cursor: pointer;
}