summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/common.css b/static/css/common.css
index 7f76b72..e96f636 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -72,6 +72,10 @@ a {
color: #46555e;
}
+a:hover {
+ color: #212a30;
+}
+
/* header */
#header {
@@ -109,6 +113,11 @@ a {
}
+.nav-bar-item a:hover {
+ background-color: rgb(187, 221, 206);
+}
+
+
#header > nav > span > a {
font-size: 1.2rem;
}