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, 4 insertions, 1 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index 882ecd3c..f14c5235 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -190,9 +190,12 @@ body > header {
}
#ctitle a {
padding: 4px 20px;
+ transition: background 0.3s ease-out;
}
+.msg-cont>nav.l a:hover,
#global a:hover {
color: #fff;
+ transition: background 0.3s ease-out;
}
#global li:hover,
#ctitle a:hover,
@@ -201,7 +204,7 @@ body > header {
color: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
cursor: pointer;
- transition: background 0.2s ease-out;
+ transition: background 0.3s ease-out;
}
#search input {
background: #FFF;