From 6492e1499730a8f418cc868074630061e44d3d69 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 1 Jul 2021 11:57:45 +0100 Subject: [PATCH] Improve --- src/global.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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