Merge pull request #3 from raven2cz/raven2cz/ldoc_themes

Best svg filter for dark modes.
This commit is contained in:
Tonda Fischer 2022-10-08 13:42:27 +02:00 committed by GitHub
commit 5b097a1a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);