Skip to content

Commit b2a6739

Browse files
committed
style(global): remove dashed underline from TOC links
- Override text-decoration-style to solid for details element links - Maintains other link styles while removing dashed decoration in TOC
1 parent b2f4813 commit b2a6739

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/src/styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ html[data-theme="dark"] {
7979
:target {
8080
scroll-margin-block: 1rem;
8181
}
82+
83+
/* TOC - remove dashed underline decoration */
84+
details a {
85+
text-decoration-style: solid;
86+
}

0 commit comments

Comments
 (0)