Skip to content

Commit

Permalink
fix background color for details page history tooltip.
Browse files Browse the repository at this point in the history
fixes #283
  • Loading branch information
AnalogJ committed Jun 8, 2022
1 parent fe96c27 commit 1da07ca
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions webapp/frontend/src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
// modifications of third party libraries.
// -----------------------------------------------------------------------------------------------------

.treo-theme-dark .yellow-50 {
background-color: #242b38 !important;
.treo-theme-dark {
.yellow-50 {
background-color: #242b38 !important;

.mat-icon {
color: #0694a2 !important;
}
.mat-icon {
color: #0694a2 !important;
}

.text-secondary {
color: #0694a2 !important
.text-secondary {
color: #0694a2 !important
}
}
.apexcharts-tooltip {
background: #242b38 !important;
//color: orange;
}
}

0 comments on commit 1da07ca

Please sign in to comment.