Tweak / fix some dark mode colors

Update styles.scss
This commit is contained in:
Michael Shamoon
2022-06-03 00:40:18 -07:00
parent 165f98dc09
commit 8051ad4dde
2 changed files with 24 additions and 12 deletions
+12
View File
@@ -4,3 +4,15 @@
// @ Styles from this file will override anything from 'vendors.scss' file allowing customizations and
// modifications of third party libraries.
// -----------------------------------------------------------------------------------------------------
.treo-theme-dark .yellow-50 {
background-color: #242b38 !important;
.mat-icon {
color: #6f4315 !important;
}
.text-secondary {
color: rgb(203 101 37 / 70%) !important
}
}