mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
css/main.scss: prefer dark over light
This commit is contained in:
parent
2e7d2edbb0
commit
d85eaaf0d2
6
css/main.scss
vendored
6
css/main.scss
vendored
@ -49,9 +49,11 @@ $on-laptop: 800px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// As high in css as can be edited
|
// As high in css as can be edited. If I understand correctly, user
|
||||||
|
// preference will take priority over this, but if the user hasn't expressed
|
||||||
|
// it, this will make dark default.
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: dark light;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the missing content blocker detection
|
// This is the missing content blocker detection
|
||||||
|
Loading…
Reference in New Issue
Block a user