diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index e4db9cd..f26867a 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -35,7 +35,7 @@ textarea { border-width: 0; } -.dark textarea { +body.dark, body.dark input, body.dark textarea { background-color: #222; color: #ddd; }