mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-10 03:24: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)
|
// Adblocker detection)
|
||||||
.ftf-dma-note {
|
.ftf-dma-note {
|
||||||
color-scheme: only dark !important;
|
color-scheme: only dark !important;
|
||||||
color: #ffb700 !important;
|
color: #ffffff !important;
|
||||||
background-color: #000000 !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;
|
color: #000000 !important;
|
||||||
background-color: #ffffff !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`)
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
||||||
|
Loading…
Reference in New Issue
Block a user