We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 493017e + 6ab75fb commit c1912d4Copy full SHA for c1912d4
docs/styles/theme.css
@@ -1,5 +1,27 @@
1
[data-md-color-scheme="default"] {
2
--md-primary-fg-color: #045b86;
3
--md-accent-fg-color: #044869;
4
+ --md-footer-fg-color: hsla(0, 0%, 100%, 1);
5
+ --md-footer-fg-color--light: hsla(0, 0%, 100%, 1);
6
+ --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 1);
7
+ --md-footer-bg-color: hsla(0, 0%, 0%, 1);
8
+ --md-footer-bg-color--dark: hsla(0, 0%, 0%, 1);
9
+ --md-code-hl-string-color: #b8361f;
10
+ --md-code-hl-comment-color: #1c7d4d;
11
--md-mermaid-label-fg-color: #000000;
12
}
13
+
14
+a {
15
+ text-decoration: underline dotted currentColor auto;
16
+}
17
18
+a.headerlink,
19
+a.md-nav__link,
20
+a.md-source,
21
+a.md-tabs__link {
22
+ text-decoration-line: none;
23
24
25
+.md-tabs__link {
26
+ opacity: 1;
27
0 commit comments