mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 17:29:31 -04:00
Initial commit
This commit is contained in:
14
sass/color/background_auto.scss
Normal file
14
sass/color/background_auto.scss
Normal file
@ -0,0 +1,14 @@
|
||||
:root {
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
--background: white;
|
||||
|
||||
--color: #101010;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--background: #101010;
|
||||
|
||||
--color: #A9B7C6;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user