Change card titles in the settings menu to white to increase accessibility

This commit is contained in:
Emre Varci
2024-04-06 20:40:00 +03:00
parent 70fcd90f8b
commit 7147f0691d

View File

@@ -1036,6 +1036,7 @@ input[readonly] {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: white;
}