35 lines
906 B
CSS
35 lines
906 B
CSS
/* ╺┳┓┏━┓┏━┓╻┏ ┏┳┓┏━┓╺┳┓┏━╸ */
|
|
/* ┃┃┣━┫┣┳┛┣┻┓┃┃┃┃ ┃ ┃┃┣╸ */
|
|
/* ╺┻┛╹ ╹╹┗╸╹ ╹╹ ╹┗━┛╺┻┛┗━╸ */
|
|
/* for all sorts of ui elements : */
|
|
/* pdfs, figures... */
|
|
|
|
|
|
/* markmind pdf reader (and annotator) */
|
|
.pdf-viewer>.page,
|
|
.mm-pdf-container {
|
|
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/ */
|
|
;
|
|
}
|
|
/* .mm-highlight { */
|
|
/* filter: invert(0.3); */
|
|
/* } */
|
|
|
|
|
|
/* /1* argdown maps *1/ */
|
|
/* .argdown-figure { */
|
|
/* filter: invert(0.70) */
|
|
/* brightness(0.9) */
|
|
/* contrast(1.5) */
|
|
/* hue-rotate(180deg) */
|
|
/* saturate(200%) */
|
|
/* ; */
|
|
/* } */
|
|
|
|
|