main.scss: fix mobile navigation

This commit is contained in:
Aminda Suomalainen 2024-05-27 07:49:02 +03:00
parent 07a86aa879
commit fe93b3a0e7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 14 additions and 2 deletions

16
css/main.scss vendored
View File

@ -61,8 +61,14 @@ $on-laptop: 800px;
// Adblocker detection)
.ftf-dma-note {
color-scheme: only dark !important;
color: #ffb700 !important;
background-color: #000000 !important;
color: #ffffff !important;
background-color: #1c1b22 !important;
}
.site-nav {
color-scheme: only dark !important;
color: #ffffff !important;
background-color: #1c1b22 !important;
border: 1px solid #ffffff !important;
}
}
@ -74,6 +80,12 @@ $on-laptop: 800px;
color: #000000 !important;
background-color: #ffffff !important;
}
.site-nav {
color-scheme: only light !important;
color: #000000 !important;
background-color: #ffffff !important;
border: 1px solid #000000 !important;
}
}
// Import partials from `sass_dir` (defaults to `_sass`)