22 lines
586 B
Plaintext
22 lines
586 B
Plaintext
/* ╺┳┓┏━┓┏━┓╻┏ ┏┳┓┏━┓╺┳┓┏━╸ */
|
|
/* ┃┃┣━┫┣┳┛┣┻┓┃┃┃┃ ┃ ┃┃┣╸ */
|
|
/* ╺┻┛╹ ╹╹┗╸╹ ╹╹ ╹┗━┛╺┻┛┗━╸ */
|
|
/* for all sorts of ui elements : */
|
|
/* pdfs, figures... */
|
|
|
|
|
|
/* markmind pdf reader (and annotator) */
|
|
.theme-dark .pdf-viewer {
|
|
filter: invert(0.7)
|
|
brightness(0.85)
|
|
contrast(1.6)
|
|
hue-rotate(180deg)
|
|
saturate(150%)
|
|
/* blur(0.5px) /1* blur makes the white text less agressive *1/ */
|
|
;
|
|
}
|
|
|
|
|
|
|
|
|