mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Make shortcut view mode icons work better for dark mode
This commit is contained in:
parent
2c8112baa5
commit
f623ccd856
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
||||||
#shortcuts-settings-container .shortcuts-view-mode label img {
|
#shortcuts-settings-container .shortcuts-view-mode label img {
|
||||||
max-height: 64px;
|
max-height: 64px;
|
||||||
}
|
}
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
#shortcuts-settings-container .shortcuts-view-mode label img {
|
||||||
|
filter: invert(0.9) hue-rotate(180deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
#shortcuts-settings-container .shortcuts-view-mode label span {
|
#shortcuts-settings-container .shortcuts-view-mode label span {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
Loading…
Reference in a new issue