summaryrefslogtreecommitdiff
path: root/assets/css/src/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/header.css')
-rw-r--r--assets/css/src/header.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css
index 530eba45..0d68f3e3 100644
--- a/assets/css/src/header.css
+++ b/assets/css/src/header.css
@@ -26,10 +26,14 @@ header li {
}
header a {
- color: #777;
+ color: #333;
text-decoration: none;
}
+header a:hover {
+ color: #666;
+}
+
nav .active a {
color: #333;
font-weight: bold;