Files
dot-files/GitHub Desktop-dev/extensions/fmkadmapgofadopljbjfkapdkoienihi/popups/shared.css
klein panic 2bcc806b8b first commit
2024-09-29 01:05:25 -04:00

24 lines
261 B
CSS
Executable File

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;
}
}
}