We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f4813 commit b2a6739Copy full SHA for b2a6739
1 file changed
site/src/styles/global.css
@@ -79,3 +79,8 @@ html[data-theme="dark"] {
79
:target {
80
scroll-margin-block: 1rem;
81
}
82
+
83
+/* TOC - remove dashed underline decoration */
84
+details a {
85
+ text-decoration-style: solid;
86
+}
0 commit comments