Org html style: update generated CSS files

This commit is contained in:
TEC 2022-04-12 11:39:28 +08:00
parent b26454324a
commit 2ff4da21fc
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ summary {
--switch-icon: "🌝";
--switch-shadow-color: #fce477;
--switch-text: "light mode?"; }
#theme-switch:checked ~ #page img.invertible, #theme-switch:checked ~ #page object.invertible[type="image/svg+xml"] {
#theme-switch:checked ~ #page img.invertible, #theme-switch:checked ~ #page object[type="image/svg+xml"].invertible {
filter: invert(90%) hue-rotate(180deg) sepia(1%); }
#theme-switch {

File diff suppressed because one or more lines are too long