murph-doc/docs/_static/css/extra.css
Simon Vieille 2e54a0cd6d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update themes
2023-03-10 12:18:57 +01:00

20 lines
394 B
CSS

.md-header__button.md-logo img, .md-header__button.md-logo svg {
box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px;
}
[data-md-color-scheme="default"] .md-header {
background: #21232d;
}
[data-md-color-scheme="default"] .md-tabs {
background: #1d1e27;
}
[data-md-color-scheme="slate"] .md-header {
background: #21232d;
}
[data-md-color-scheme="slate"] .md-tabs {
background: #1d1e27;
}