Fix header color in light mode (#1453)

* Fix header color in light mode

* Add fallback color on SettingsTitle
This commit is contained in:
Fede 2023-04-17 21:17:28 +02:00 committed by GitHub
parent d25dae12f4
commit eb814160fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
}
.bd-settings-title {
color: #FFFFFF;
color: var(--header-primary, #FFFFFF);
font-weight: 600;
cursor: default;
flex: 1;