change highlight color for dark mode.

This commit is contained in:
Jason Kulatunga
2022-06-04 19:01:18 -07:00
parent 6005b8609a
commit 4b767421f3
+2 -2
View File
@@ -9,10 +9,10 @@
background-color: #242b38 !important; background-color: #242b38 !important;
.mat-icon { .mat-icon {
color: #6f4315 !important; color: #0694a2 !important;
} }
.text-secondary { .text-secondary {
color: rgb(203 101 37 / 70%) !important color: #0694a2 !important
} }
} }