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

Merge branch 'fix-header-logo' into 'master'

Header logo now follows the theme

See merge request schdesign/roadmap!44
parents 66c41f07 f705ecfd
No related branches found
No related tags found
1 merge request!44Header logo now follows the theme
Pipeline #8210 passed
/* 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;
......@@ -63,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