Fix dark icons

This commit is contained in:
grandeljay 2022-06-14 21:23:17 +02:00
parent b3bf6bf3c4
commit 881b7ed8f0

View file

@ -212,6 +212,9 @@ body,
}
/** Input */
.ui.input {
color: rgba(255, 255, 255, 0.87);
}
.ui.input > input {
color: rgba(255, 255, 255, 0.87);
background-color: #000;