We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22ac7 commit e8a20fdCopy full SHA for e8a20fd
src/css/doc.css
@@ -71,6 +71,7 @@
71
.doc h4 .anchor,
72
.doc h5 .anchor,
73
.doc h6 .anchor {
74
+ color: var(--color-brand-primary);
75
position: absolute;
76
text-decoration: none;
77
width: 1.75ex;
@@ -111,9 +112,11 @@
111
112
color: var(--link-font-color);
113
}
114
115
+/*
116
.doc a:hover {
117
color: var(--link_hover-font-color);
118
119
+*/
120
121
.doc a.unresolved {
122
color: var(--link_unresolved-font-color);
src/css/toc.css
@@ -79,6 +79,7 @@
79
80
.toc .toc-menu a:hover {
81
color: var(--color-brand-primary);
82
+ -webkit-text-stroke-width: 0.01em;
83
84
85
.toc .toc-menu a.is-active {
0 commit comments