aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-15 21:00:40 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-15 21:00:40 -0400
commit4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6 (patch)
treed9320b90ce62065fc47f2ed0555d4cba76e3a1d5 /themes/hugo-pt2021
parentc0f56c927e95fc07a609ccad77210a9aa17cd369 (diff)
downloadpablotron.org-4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6.tar.bz2
pablotron.org-4ffefb29506a4da556af8bdf3b32fcbfbd92a5f6.zip
document icon styles
Diffstat (limited to 'themes/hugo-pt2021')
-rw-r--r--themes/hugo-pt2021/assets/style.sass2
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%