mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +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;
|
||||
}
|
||||
|
||||
/* 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue