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 b5f8b38 commit d22c6f3Copy full SHA for d22c6f3
src/css/base.css
@@ -78,6 +78,11 @@ code {
78
color: inherit;
79
}
80
81
+#redoc .hljs-comment,
82
+#redoc .hljs-meta {
83
+ color: inherit;
84
+}
85
+
86
a code {
87
color: var(--color-link);
88
background-color: transparent;
src/css/doc.css
@@ -114,6 +114,15 @@
114
visibility: visible;
115
116
117
+.three-column-row h1:hover a.anchor,
118
+.three-column-row h2:hover a.anchor,
119
+.three-column-row h3:hover a.anchor,
120
+.three-column-row h4:hover a.anchor,
121
+.three-column-row h5:hover a.anchor,
122
+.three-column-row h6:hover a.anchor {
123
+ visibility: hidden;
124
125
126
.doc i.fa {
127
font-style: normal;
128
0 commit comments