diff --git a/assets/css/theme.css b/assets/css/theme.css index 2f5ef03..5cf46b9 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -29,3 +29,14 @@ h2, h3, h4 { color: var(--theme-main); font-weight: bold; } + +/* Dark Mode */ +[data-md-color-scheme="slate"] { + --md-hue: 210; + --theme-main: #f8f8f8; + --theme-main-lite: rgb(138, 151, 206); +} + +[data-md-color-scheme="default"] { + --md-footer-bg-color--dark: black; +}