Fix color of BD setting page titles

This commit is contained in:
Jed Fox 2022-10-24 15:27:27 -04:00 committed by GitHub
parent 7442dde2fa
commit 5c9af2451d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@
}
.bd-settings-title {
color: #FFFFFF;
color: var(--header-primary, );
font-weight: 600;
cursor: default;
flex: 1;
@ -234,4 +234,4 @@
.checkbox-item .checkbox-label {
margin-right: 8px;
}
}