Best svg filter for dark modes.

This commit is contained in:
Antonin Fischer 2022-10-08 13:41:14 +02:00
parent 663a49b7ab
commit 24329c4b98
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
--sidebar-width: 14em;
--sidebar-toggle-width: 24px;
--sidebar-theme-select: 13em;
--svg-filter: invert(100%);
--svg-filter: invert(1) contrast(0.95) saturate(0.5) hue-rotate(180deg);
--background-color: var(--background);
--color: var(--foreground);