From d1fd652f87fd573a2fb938b0228367e2372f4ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Mon, 15 May 2023 20:17:24 +0200 Subject: [PATCH] css: input -> textarena --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 9e65646..ac2b6dc 100644 --- a/css/main.css +++ b/css/main.css @@ -45,7 +45,7 @@ hr { color: #cc241d; font-size: xx-large; } - input[type="text"] { + textarea { border: 2px solid var(--main-color); color: var(--main-color); background: #32302f; -- 2.44.0