cours/.obsidian/snippets/darkmode.css
oscar.plaisant@icloud.com 03ecc4a65b update
2023-10-23 23:30:51 +02:00

35 lines
897 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.9)
contrast(1.6)
hue-rotate(180deg)
saturate(200%)
blur(0.5px) /* blur makes the white text less agressive */
;
}
/* .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%) */
/* ; */
/* } */