From 5381b5046d80b2bafd15b02ab8181c6de67da711 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sat, 11 Mar 2023 17:11:56 -0500 Subject: [PATCH] revert color --- client/src/styles/GLOBAL.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css index ea1e72c..2b9b2f3 100644 --- a/client/src/styles/GLOBAL.css +++ b/client/src/styles/GLOBAL.css @@ -591,7 +591,7 @@ input { } .evil, .compact-card.evil .card-role { - color: #e51a1a !important; + color: #dd2929 !important; font-weight: bold; }