From 041afe5a521f77de4204d390ac181db2a3f9503a Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 6 Aug 2024 22:30:45 +0200 Subject: [PATCH] Change header and URL links in the dark mode --- assets/css/theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; +}