Add nofilter option to prevent darkmode reduced brightness
This commit is contained in:
@@ -215,4 +215,8 @@
|
||||
.content img {
|
||||
filter: brightness(75%);
|
||||
}
|
||||
|
||||
.nofilter img {
|
||||
filter: initial !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user