2023-01-06 14:07:12 -07:00
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
html {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
2023-01-06 14:20:01 -07:00
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input, .button, .textarea, .select select {
|
|
|
|
background-color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, .box, .title, .label, .input, .button, .textarea, .select select {
|
|
|
|
color: white;
|
2023-01-06 14:07:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.button.is-primary {
|
2023-01-06 14:20:01 -07:00
|
|
|
background-color: #086;
|
2023-01-06 14:07:12 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type=range] {
|
2023-01-06 14:20:01 -07:00
|
|
|
accent-color: #086;
|
2023-01-06 14:07:12 -07:00
|
|
|
}
|
|
|
|
}
|