Added more nextcloud css

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-11 01:38:24 +01:00
parent 0c3f088810
commit 5cb1aa45ad

View File

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