This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent 32037ae8e7
commit e5ada772ca
3475 changed files with 1433 additions and 69 deletions

View File

@@ -1,34 +0,0 @@
/* ╺┳┓┏━┓┏━┓╻┏ ┏┳┓┏━┓╺┳┓┏━╸ */
/* ┃┃┣━┫┣┳┛┣┻┓┃┃┃┃ ┃ ┃┃┣╸ */
/* ╺┻┛╹ ╹╹┗╸╹ ╹╹ ╹┗━┛╺┻┛┗━╸ */
/* 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%) */
/* ; */
/* } */