diff options
Diffstat (limited to 'docs/public/index.css')
-rw-r--r-- | docs/public/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/public/index.css b/docs/public/index.css index 47d4ae681..2b41accad 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -308,6 +308,12 @@ h2.heading { color: var(--theme-text-light); border-left-color: var(--color-gray-600); } +.header-link svg { + opacity: 0.6; +} +.header-link:hover svg { + opacity: 0.8; +} .header-link.depth-3 { padding-left: 2rem; |