aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_custom.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index 6bc4a7a..28044c1 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -3,6 +3,10 @@
scrollbar-width: auto;
}
+.nav_header {
+ position: static;
+}
+
.nav_brand {
z-index: 1;
}
@@ -27,7 +31,7 @@ a {
}
}
-a.button, nav a, aside a {
+a.button, nav a, aside a, .page-section article a {
text-decoration: none;
}