1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

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

View File

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