diff options
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r-- | themes/hugo-pt2021/assets/style.sass | 2 |
1 files changed, 2 insertions, 0 deletions
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% |