From 5cb1aa45ad6a775b4b9f28086b897a89e458572a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 11 Feb 2025 01:38:24 +0100 Subject: [PATCH] Added more nextcloud css --- roles/nginx-global-css/templates/global.css.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/nginx-global-css/templates/global.css.j2 b/roles/nginx-global-css/templates/global.css.j2 index 1c193e40..da240027 100644 --- a/roles/nginx-global-css/templates/global.css.j2 +++ b/roles/nginx-global-css/templates/global.css.j2 @@ -198,6 +198,14 @@ html.ng-csp button.files-list__row-name-link, html.ng-csp button.button-vue{ color: background-color: var(--button-bg-color) !important; } +html.ng-csp div#postsetupchecks ul.warnings{ + color: var(--error-color) !important; +} + +html.ng-csp div#postsetupchecks ul.info{ + background-color: transparent !important; +} + div#content-vue p, div#content-vue span{ color: var(--background-dark-color) !important; }