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
+3 -3
View File
@@ -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
}
}
}