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 {