feat(settings): add a new option to disable invert filter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user