From cdf702e17dea5d7907289dbcfe64fa96e431dcc5 Mon Sep 17 00:00:00 2001 From: beckerinj Date: Tue, 21 Mar 2023 00:52:25 -0700 Subject: [PATCH] orange --- frontend/src/style/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/style/colors.scss b/frontend/src/style/colors.scss index f3919490d..3a713636f 100644 --- a/frontend/src/style/colors.scss +++ b/frontend/src/style/colors.scss @@ -19,7 +19,7 @@ $lightred: #b13a2d; $red: #952E23; $darkred: #631F17; -$textorange: #984f2d; +$textorange: #e77e4e; $lightorange: #d56b3a; $orange: #ac5c36; $darkorange: #984f2d;