From 4b767421f31121b890ece28317daf933fe65b4ef Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 4 Jun 2022 19:01:18 -0700 Subject: [PATCH] change highlight color for dark mode. --- webapp/frontend/src/styles/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/frontend/src/styles/styles.scss b/webapp/frontend/src/styles/styles.scss index c200595..9329b78 100644 --- a/webapp/frontend/src/styles/styles.scss +++ b/webapp/frontend/src/styles/styles.scss @@ -9,10 +9,10 @@ background-color: #242b38 !important; .mat-icon { - color: #6f4315 !important; + color: #0694a2 !important; } .text-secondary { - color: rgb(203 101 37 / 70%) !important + color: #0694a2 !important } -} \ No newline at end of file +}