From 4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 15 Oct 2021 21:00:40 -0400 Subject: document icon styles --- themes/hugo-pt2021/assets/style.sass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/hugo-pt2021/assets') diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass index 7e17274..6771500 100644 --- a/themes/hugo-pt2021/assets/style.sass +++ b/themes/hugo-pt2021/assets/style.sass @@ -51,8 +51,10 @@ @import "bulma-0.9.3/sass/layout/section" @import "bulma-0.9.3/sass/layout/footer" +// dim navbar icons by default .navbar-item .menu-icon opacity: 60% +// highlight icons on hover .navbar-item:hover .menu-icon opacity: 100% -- cgit v1.2.3