diff --git a/src/global.scss b/src/global.scss index d13cdf552..1102dd903 100644 --- a/src/global.scss +++ b/src/global.scss @@ -995,4 +995,12 @@ background: rgb(92, 92, 92); margin-top: -16px; margin-bottom: 10px; font-size: 11pt; +} + + +.mat-selected { + background-color: #87cefa !important; + span { + color: white !important; + } } \ No newline at end of file