aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-08-14 19:27:46 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-08-14 19:27:46 +0300
commitf967b17607d4a251f6bfb3d970c07ef491ef6ba9 (patch)
treef23076da18ea69b64d0e1cbb78a9d827d31bac8e /_sass
parentdf5eaabe38a62168e7167781d5f862953e97af1e (diff)
downloadaaoth.xyz-f967b17607d4a251f6bfb3d970c07ef491ef6ba9.tar.gz
aaoth.xyz-f967b17607d4a251f6bfb3d970c07ef491ef6ba9.zip
add subtle current page indication to navbar
and fix some links in site data to make it work. it's kinda subtle yet, maybe change it later.
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;