mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-03 08:04:09 +01:00
main.scss: fix mobile navigation
This commit is contained in:
parent
07a86aa879
commit
fe93b3a0e7
16
css/main.scss
vendored
16
css/main.scss
vendored
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user