add dark mode
This commit is contained in:
parent
fc7f3d13b3
commit
4331af2004
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
--bg-lum: 0.3;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Atkinson Hyperlegible';
|
font-family: 'Atkinson Hyperlegible';
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue