diff options
Diffstat (limited to '_sass/media.scss')
-rw-r--r-- | _sass/media.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_sass/media.scss b/_sass/media.scss index 2b4fc8b..e7b4aee 100644 --- a/_sass/media.scss +++ b/_sass/media.scss @@ -19,9 +19,10 @@ background-color: #222; color: inherit; } + nav .item.active { - color: inherit; - background-color: black; + color: inherit !important; + background-color: black !important; text-decoration: underline; font-weight: bold; } |