From 2e5a97b0a1a6f1050a1f05ae6060960e4fb3f09f Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 18 Feb 2025 08:54:15 +0100 Subject: [PATCH] Solved color bug --- roles/nginx-global-css/templates/global.css.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx-global-css/templates/global.css.j2 b/roles/nginx-global-css/templates/global.css.j2 index 4cef0e02..041b1474 100644 --- a/roles/nginx-global-css/templates/global.css.j2 +++ b/roles/nginx-global-css/templates/global.css.j2 @@ -611,7 +611,7 @@ html.ng-csp header#header{ html.ng-csp button.files-list__row-name-link, html.ng-csp button.button-vue{ background-color: transparent !important; - color: background-color: var(--color-80) !important; + color: var(--color-80) !important; } html.ng-csp div#postsetupchecks ul.warnings{