mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
main.scss: make the dark theme colors more Aminda
This commit is contained in:
parent
88a368fab9
commit
9f5a17f76d
@ -21,7 +21,6 @@ $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
|||||||
// Revert to defaults
|
// Revert to defaults
|
||||||
* {
|
* {
|
||||||
color: revert !important;
|
color: revert !important;
|
||||||
text-color: revert !important;
|
|
||||||
background-color: revert !important;
|
background-color: revert !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,17 +35,29 @@ pre {
|
|||||||
|
|
||||||
// Overrides for dark themes
|
// Overrides for dark themes
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
* {
|
||||||
|
color: #ffb700 !important;
|
||||||
|
border-color: #ffb700 !important;
|
||||||
|
background-color: #000000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
// Adblocker detection)
|
// Adblocker detection)
|
||||||
.ftf-dma-note {
|
.ftf-dma-note {
|
||||||
color-scheme: only dark !important;
|
color-scheme: only dark !important;
|
||||||
color: #ffffff !important;
|
color: #ffb700 !important;
|
||||||
background-color: #1c1b22 !important;
|
border-color: #ffb700 !important;
|
||||||
|
background-color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-nav {
|
.site-nav {
|
||||||
color-scheme: only dark !important;
|
color-scheme: only dark !important;
|
||||||
color: #ffffff !important;
|
color: #ffb700 !important;
|
||||||
background-color: #1c1b22 !important;
|
background-color: #000000 !important;
|
||||||
border: 1px solid #ffffff !important;
|
color: #ffb700 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: revert !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user