From ae8621673263b1b2c35c33bf710771b8335bd39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 22 Feb 2024 18:26:11 +0100 Subject: [PATCH] Fix articles --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 1ebec09..28a19da 100644 --- a/assets/style.css +++ b/assets/style.css @@ -331,6 +331,10 @@ input, textarea { border: 2px solid var(--primary); } +input::placeholder, textarea::placeholder{ + color: var(--primary-text); +} + input{ border-radius: 25px; }