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 973999a commit a2394b1Copy full SHA for a2394b1
scripts/md2html/main.css
@@ -72,20 +72,20 @@ a.bibref {
72
text-decoration: underline;
73
}
74
75
- body.darkmode {
76
- --toclink-underline: #6a9000;
77
- --toclink-visited-underline: #fff;
78
- }
79
-
80
- body.darkmode a,
81
- body.darkmode .tocxref,
82
- body.darkmode .u-url {
83
- color: #6a9000;
84
85
86
- body.darkmode code {
87
- color: #e66c33;
88
+body.darkmode {
+ --toclink-underline: #6a9000;
+ --toclink-visited-underline: #fff;
+}
+
+body.darkmode a,
+body.darkmode .tocxref,
+body.darkmode .u-url {
+ color: #6a9000;
+body.darkmode code {
+ color: #e66c33;
89
90
body.darkmode:not(.toc-inline) #toc h2,
91
body.darkmode h1,
0 commit comments