Skip to content

Commit c1912d4

Browse files
authored
Style: update docs theme colors/overrides (#60)
2 parents 493017e + 6ab75fb commit c1912d4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: docs/styles/theme.css

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
[data-md-color-scheme="default"] {
22
--md-primary-fg-color: #045b86;
33
--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;
411
--md-mermaid-label-fg-color: #000000;
512
}
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

Comments
 (0)