diff --git a/etydFrontend/_static/index.css b/etydFrontend/_static/index.css index cf34de1..66ddd02 100644 --- a/etydFrontend/_static/index.css +++ b/etydFrontend/_static/index.css @@ -19,4 +19,22 @@ body { .resultfeed { 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; + } } \ No newline at end of file