diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 22:44:43 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 22:44:43 +0100 |
commit | 7493f15cdc89d462619286314a844e2f8eebc550 (patch) | |
tree | eb1bb6767f0f6b4e6813207e9ba2d4a31b73669d /_sass/theme.scss | |
parent | 639fece16245dac8c24277cc1ce2f1321f683920 (diff) |
more minor tweaks
Diffstat (limited to '_sass/theme.scss')
-rw-r--r-- | _sass/theme.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/_sass/theme.scss b/_sass/theme.scss index d599fc4..82e54d6 100644 --- a/_sass/theme.scss +++ b/_sass/theme.scss @@ -28,9 +28,10 @@ blockquote::before { background-color: black; color: white; } -nav a.active { - color: canvastext; - background-color: canvas; + +nav .item.active { + color: canvastext !important; + background-color: canvas !important; } // only show underline when hovering link |