diff --git a/src/css/custom.css b/src/css/custom.css index 238756ab4..850a372bf 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -27,7 +27,8 @@ --ifm-footer-padding-vertical: 15px; } -article a { +article a, +.table-of-contents a.table-of-contents__link--active { text-decoration: underline; text-decoration-thickness: 0.04em; text-underline-offset: 0.3em; @@ -134,12 +135,6 @@ article .markdown p img { } } -/* Demo what more accessible menu selection can look like */ -html[class*="docs-doc-id-alkiln"] a.table-of-contents__link--active { - text-decoration: underline; - text-underline-offset: .4em; -} - html[class*="docs-doc-id-alkiln"] *:not(h1), html[class*="docs-doc-id-alkiln"] *:not(h2), html[class*="docs-doc-id-alkiln"] *:not(h3),