diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-17 10:59:36 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-17 11:04:50 +0200 |
| commit | 53e6bebac571cf1b792d63342545943cea9b4ec5 (patch) | |
| tree | 3b3a98dfb0f822c1572a28626523ea5cd563d8ac /assets | |
| parent | 4ac6c2f6aed9edadfe980b4b19025c29ebd3a314 (diff) | |
| download | writefreesoftware.org-53e6bebac571cf1b792d63342545943cea9b4ec5.tar.xz | |
Import old blog post
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sass/_custom.scss | 6 |
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; } |
