|
|
|
@ -5,7 +5,8 @@
|
|
|
|
|
// modifications of third party libraries.
|
|
|
|
|
// -----------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
.treo-theme-dark .yellow-50 {
|
|
|
|
|
.treo-theme-dark {
|
|
|
|
|
.yellow-50 {
|
|
|
|
|
background-color: #242b38 !important;
|
|
|
|
|
|
|
|
|
|
.mat-icon {
|
|
|
|
@ -15,4 +16,9 @@
|
|
|
|
|
.text-secondary {
|
|
|
|
|
color: #0694a2 !important
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.apexcharts-tooltip {
|
|
|
|
|
background: #242b38 !important;
|
|
|
|
|
//color: orange;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|