Fix styling for filter remove icon

This commit is contained in:
syeopite 2021-04-10 18:34:14 -07:00
parent 7276edddf8
commit a81f66debe
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -27,23 +27,6 @@
vertical-align: middle;
}
/* No theme */
.no-theme .remove-filter {
color: #ffffff
}
/* Light theme */
@media (prefers-color-scheme: light) {
.light-theme .remove-filter {
color: #ffffff
}
}
/* Dark theme */
.no-theme .remove-filter {
color: #030303
.dark-theme .remove-filter {
color: #CAC5BE
}