From 92ee2dc05febea72389ff72b5a1e37a20cd86526 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 5 Mar 2025 22:43:25 +0100 Subject: [PATCH] feat: add error color variable to styles for improved UI feedback --- frontend/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index e9bbd20..d69443a 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -4,6 +4,7 @@ --primary-background-color: rgba(51, 217, 178, 1.0); --primary-background-color-hover: rgba(33, 140, 116, 1.0); --primary-text-color: rgba(255, 255, 255, 1.0); + --error-color: rgba(255, 82, 82, 1.0); } body {