From 1b37afa9a874b4365808f8b740ff02297e79f226 Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 16:57:23 +0200 Subject: [PATCH] apply styling to textarea as well --- web/source/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;