diff options
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 |