first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
html, body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance:none) {
|
||||
:root {
|
||||
background: black;
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user