Fix dark icons
This commit is contained in:
parent
b3bf6bf3c4
commit
881b7ed8f0
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue