Skip to content

Commit f4f72a0

Browse files
committed
Fix color overrides (squidfunk/mkdocs-material#4755)
1 parent d8d51b8 commit f4f72a0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/css/colors.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[data-md-color-scheme="rt-red"] {
1+
:root, [data-md-color-scheme=default] {
22
--md-primary-fg-color: #e50012;
33
--md-primary-fg-color--light: #ECB7B7;
44
--md-primary-fg-color--dark: #90030C;
55
--md-accent-fg-color: #e500129a;
66
--md-footer-bg-color: hsla(0, 0%, 0%, 0.32);
77
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.87);
8-
}
8+
}

mkdocs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ theme:
55
logo: img/rt-logo-32x32.png
66
favicon: https://rt-net.github.io/tutorials/img/rt-logo-32x32.png
77
font: Incosolata
8-
palette:
9-
scheme: rt-red
108
features:
119
- navigation.expand
1210
- navigation.tabs

0 commit comments

Comments
 (0)