notes/firefox_preferences/chrome/userContent.css
2025-03-04 11:21:01 -08:00

30 lines
530 B
CSS

:root {
scrollbar-color: #2c77ac #2c77ac;
}
#viewerContainer > #viewer .page > .canvasWrapper > canvas {
filter: grayscale(100%);
filter: invert(100%);
}
#viewerContainer {
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; */
/* } */