the etyd refactor in question #3

Merged
Enstrayed merged 8 commits from etyd-refactor into main 2024-06-13 01:18:27 -07:00
Showing only changes of commit 2000a2f18d - Show all commits

View File

@@ -20,3 +20,21 @@ body {
min-height: 20vh;
}
}
@media (prefers-color-scheme: dark) { /* Dark mode support */
body {
background-color: black;
color: white;
}
input, select, textarea, button {
background: none;
color: white;
border: 2px solid white;
}
input:disabled, button:disabled {
opacity: 0.8;
cursor: not-allowed;
}
}