mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix styling for filter remove icon
This commit is contained in:
parent
e93d8bee22
commit
752e58be48
1 changed files with 2 additions and 19 deletions
|
@ -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 a new issue