aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-17 10:59:36 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-17 11:04:50 +0200
commit53e6bebac571cf1b792d63342545943cea9b4ec5 (patch)
tree3b3a98dfb0f822c1572a28626523ea5cd563d8ac /assets
parent4ac6c2f6aed9edadfe980b4b19025c29ebd3a314 (diff)
downloadwritefreesoftware.org-53e6bebac571cf1b792d63342545943cea9b4ec5.tar.xz
Import old blog post
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;
}