diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 3f848029fa16149a3b2b0b928d101312fa6e4df0..2a1a4ee6810b686f37e55894b8f79893c6c96cc2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,8 +1,5 @@ /* Setting main color theme to schdesign style <3 */ -:root { -} - [data-md-color-scheme="default"] { /* Only applied when light theme (default) is selected */ --schdesign-hue: 353; @@ -62,4 +59,9 @@ .md-content a[href]:hover { color: var(--md-accent-fg-color-invert); text-decoration: underline dotted var(--md-accent-fg-color-invert); +} + +/* Use reddish logo when in dark mode */ +[data-md-color-scheme="slate"] img[alt="logo"] { + content: url("../../img/schdesign_s_logo_red.svg"); } \ No newline at end of file