Replace the title by the milli logo

This commit is contained in:
Kerollmops
2020-07-15 23:51:12 +02:00
parent 9ade00e27b
commit ee305c9284
5 changed files with 52 additions and 3 deletions

View File

@ -4,6 +4,14 @@
padding: 0;
}
#logo-white {
display: none;
}
#logo-black {
display: inherit;
}
.notification {
display: flex;
justify-content: center;
@ -79,6 +87,14 @@
}
@media (prefers-color-scheme:dark) {
#logo-white {
display: inherit;
}
#logo-black {
display: none;
}
.hero.is-light {
background-color: #242424;
color: inherit;