We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbef862 commit 5331964Copy full SHA for 5331964
1 file changed
src/css/custom.css
@@ -32,13 +32,25 @@
32
color:darkviolet;
33
}
34
35
+.symbol-class {
36
+ color: darkgoldenrod;
37
+}
38
+
39
+.github-icon {
40
+ color: black;
41
42
43
.docusaurus-highlight-code-line {
44
background-color: rgba(0, 0, 0, 0.1);
45
display: block;
46
margin: 0 calc(-1 * var(--ifm-pre-padding));
47
padding: 0 var(--ifm-pre-padding);
48
49
50
+html[data-theme='dark'] .github-icon {
51
+ color: white;
52
53
54
html[data-theme='dark'] .docusaurus-highlight-code-line {
55
background-color: rgba(0, 0, 0, 0.3);
56
0 commit comments