diff --git a/webapp/frontend/src/styles/styles.scss b/webapp/frontend/src/styles/styles.scss index 9329b78..54b0075 100644 --- a/webapp/frontend/src/styles/styles.scss +++ b/webapp/frontend/src/styles/styles.scss @@ -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; } }