move filter rule to pdf page

This commit is contained in:
Konstantinos Kaloutas
2023-08-29 12:45:41 +03:00
committed by Tienson Qin
parent 2eaa1162e1
commit 92ad2e4065

View File

@@ -734,9 +734,12 @@ input::-webkit-inner-spin-button {
background-color: #042f3c;
.pdfViewer {
-webkit-filter: invert(100%);
filter: invert(100%);
background: transparent;
.page {
-webkit-filter: invert(100%);
filter: invert(100%);
}
}
.textLayer {