mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-12 09:54:22 +01:00
Fix styling for filter remove icon
This commit is contained in:
parent
7276edddf8
commit
a81f66debe
@ -27,23 +27,6 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* No theme */
|
.dark-theme .remove-filter {
|
||||||
|
color: #CAC5BE
|
||||||
.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
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user