feat(settings): add a new option to disable invert filter

This commit is contained in:
Haoyu Xu
2021-08-03 16:51:33 -04:00
parent ec1eb17691
commit 8c955a603a
3 changed files with 11 additions and 2 deletions

View File

@@ -24,9 +24,12 @@ body {
position: fixed;
left: 0;
top: 0;
z-index: -1;
}
.invert-filter {
filter: invert(1);
opacity: 0.3;
z-index: -1;
}
.widget-wrapper {