🚧 Updated pdf viewer colors
This commit is contained in:
parent
9515bdba44
commit
57c1b430e8
1 changed files with 25 additions and 2 deletions
|
|
@ -3,6 +3,29 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewerContainer > #viewer .page > .canvasWrapper > canvas {
|
#viewerContainer > #viewer .page > .canvasWrapper > canvas {
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#viewerContainer,
|
||||||
|
body {
|
||||||
|
background-color: #121212 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* #toolbarContainer { */
|
||||||
|
/* background-color: #4b4b4b !important; */
|
||||||
|
/* } */
|
||||||
|
|
||||||
|
/* .pdfViewer { */
|
||||||
|
/* background-color: #181818 !important; */
|
||||||
|
/* } */
|
||||||
|
|
||||||
|
/* #sidebarContainer { */
|
||||||
|
/* background-color: #202020 !important; */
|
||||||
|
/* } */
|
||||||
|
|
||||||
|
/* #outlineView, */
|
||||||
|
/* #thumbnailView, */
|
||||||
|
/* #attachmentsView { */
|
||||||
|
/* color: #ffffff !important; */
|
||||||
|
/* } */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue