From fe210eb4387880c62c6438ccba0effa8ce1521ac Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 27 May 2024 14:10:29 -0400 Subject: themes/hugo-pt2021/assets/dark.sass: set navbar menu background color --- themes/hugo-pt2021/assets/dark.sass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/hugo-pt2021/assets/dark.sass') diff --git a/themes/hugo-pt2021/assets/dark.sass b/themes/hugo-pt2021/assets/dark.sass index 16660dd..312c6a9 100644 --- a/themes/hugo-pt2021/assets/dark.sass +++ b/themes/hugo-pt2021/assets/dark.sass @@ -19,6 +19,10 @@ html.dark background: #222 color: #eee + .navbar-menu.is-active + background: #333 + color: #eee + h1, h2, h3, h4, h5, h1.title, h2.title, h4.title, h5.title, figcaption, strong color: #eee -- cgit v1.2.3