diff --git a/static/style.css b/static/style.css index 3b9abd3..c96ea5e 100644 --- a/static/style.css +++ b/static/style.css @@ -57,3 +57,18 @@ body { /* Stretch to form width */ width: 100%; } + +@media screen and (prefers-color-scheme: dark) { + body { + background-color: #212529; + color: #f8f9fa; + } + + .form__input, + .form__button, + .textarea { + background-color: #131618; + border-color: #495057; + color: #f8f9fa; + } +}