diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 21:00:40 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 21:00:40 -0400 |
commit | 4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6 (patch) | |
tree | d9320b90ce62065fc47f2ed0555d4cba76e3a1d5 /themes | |
parent | c0f56c927e95fc07a609ccad77210a9aa17cd369 (diff) | |
download | pablotron.org-4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6.tar.bz2 pablotron.org-4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6.zip |
document icon styles
Diffstat (limited to 'themes')
-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% |