Skip to content
Snippets Groups Projects
Commit f705ecfd authored by Radeczki Gergő István's avatar Radeczki Gergő István :fire:
Browse files

logo in header now stays white in light theme and reddish in dark theme

parent c16069f0
No related branches found
No related tags found
1 merge request!44Header logo now follows the theme
Pipeline #8208 passed
......@@ -60,3 +60,8 @@
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment