Add nofilter option to prevent darkmode reduced brightness

This commit is contained in:
2023-10-20 07:43:15 -06:00
parent ce064be053
commit 67340aca4c
3 changed files with 13 additions and 0 deletions

View File

@@ -215,4 +215,8 @@
.content img {
filter: brightness(75%);
}
.nofilter img {
filter: initial !important;
}
}