From 53e6bebac571cf1b792d63342545943cea9b4ec5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 17 May 2023 10:59:36 +0200 Subject: Import old blog post --- assets/sass/_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets') 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; } -- cgit v1.3-6-g1900