Files
scrutiny/webapp/frontend/src/styles/styles.scss
T
2022-06-11 15:21:20 -07:00

21 lines
648 B
SCSS

// -----------------------------------------------------------------------------------------------------
// @ You can use this file to import custom styles.
//
// @ 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: #0694a2 !important;
}
.text-secondary {
color: #0694a2 !important
}
}
}