aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index a12cc99..a36b18b 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -23,6 +23,10 @@ a:hover {
color: #999;
}
+.current {
+ color: #333;
+}
+
nav {
display: flex;
font: 400 1.5em $title-font;