diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index aaa0e73b16a449c5525bd3a24b4e7ef76ac51ba0..2a1a4ee6810b686f37e55894b8f79893c6c96cc2 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -59,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