Refs #31259 -- Improved some color contrasts for admin dark theme.

This commit is contained in:
Matthias Kestenholz 2021-01-14 14:06:02 +01:00 committed by GitHub
parent f750377318
commit 257dfce6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,11 @@
--hairline-color: #272727;
--border-color: #353535;
--error-fg: #e35f5f;
--message-success-bg: #006b1b;
--message-warning-bg: #583305;
--message-error-bg: #570808;
--darkened-bg: #212121;
--selected-bg: #1b1b1b;
--selected-row: #00363a;

View File

@ -91,7 +91,7 @@
#nav-sidebar .current-app .section:link,
#nav-sidebar .current-app .section:visited {
color: var(--selected-row);
color: var(--header-color);
font-weight: bold;
}