1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Update mkdocs-material-insiders (#1147)

This commit is contained in:
2022-04-29 10:21:37 -05:00
parent e4654a71eb
commit a80a1aa9ac
5 changed files with 33 additions and 28 deletions

View File

@ -61,7 +61,7 @@
}
/* Define brand */
:root {
:root, [data-md-color-scheme="default"] {
--md-primary-fg-color: #FFD06F;
--md-primary-fg-color--light: #ffdd98;
--md-primary-fg-color--dark: #db9d21;
@ -78,7 +78,7 @@
}
/* Better contrast link colors */
[data-md-color-scheme="default"] {
[data-md-color-scheme="default"] > * {
--md-typeset-a-color: #3C00E0;
}