From fcbfa25435359f2d698a07bc892fc26e026a6168 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 19 Feb 2022 18:24:28 +0100 Subject: [PATCH] Fix color of navbar Signed-off-by: trivernis --- mediarepo-ui/src/material-theme-correction.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediarepo-ui/src/material-theme-correction.scss b/mediarepo-ui/src/material-theme-correction.scss index 0de1762..26ebd60 100644 --- a/mediarepo-ui/src/material-theme-correction.scss +++ b/mediarepo-ui/src/material-theme-correction.scss @@ -52,7 +52,7 @@ mat-option { } mat-toolbar.mat-toolbar { - background: $background-darker-05; + background: $background-darker-05 !important; } .mat-card {