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; }