0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-27 05:30:41 +00:00

Dark Mode: Fixed setting labels missing dark mode handling

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