mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: make icons light in dark mode
This commit is contained in:
parent
9163b45525
commit
8e39b11cec
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ kx-claim {
|
|||
margin-right: 8px;
|
||||
vertical-align: sub;
|
||||
opacity: 0.5;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
.claim__links {
|
||||
|
|
Loading…
Reference in a new issue