Dark Mode: Fixed setting labels missing dark mode handling

Fixes #5018
This commit is contained in:
Dan Brown 2024-05-18 20:37:49 +01:00
parent 570af500f4
commit fc236f930b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -321,6 +321,7 @@ input[type=color] {
}
}
.setting-list-label {
@include lightDark(color, #222, #DDD);
color: #222;
font-size: 1rem;
}