diff --git a/web/source/style.css b/web/source/style.css index 3621d4a6a..67ed28fa9 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -151,7 +151,7 @@ section.login { } } -input, select { +input, select, textarea { border: 1px solid $fg; color: $fg; background: $bg;