Skip to content

Commit

Permalink
Fix color overrides (squidfunk/mkdocs-material#4755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh committed Feb 14, 2023
1 parent d8d51b8 commit f4f72a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/css/colors.css
@@ -1,8 +1,8 @@
[data-md-color-scheme="rt-red"] {
:root, [data-md-color-scheme=default] {
--md-primary-fg-color: #e50012;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
--md-accent-fg-color: #e500129a;
--md-footer-bg-color: hsla(0, 0%, 0%, 0.32);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.87);
}
}
2 changes: 0 additions & 2 deletions mkdocs.yml
Expand Up @@ -5,8 +5,6 @@ theme:
logo: img/rt-logo-32x32.png
favicon: https://rt-net.github.io/tutorials/img/rt-logo-32x32.png
font: Incosolata
palette:
scheme: rt-red
features:
- navigation.expand
- navigation.tabs
Expand Down

0 comments on commit f4f72a0

Please sign in to comment.