This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent 95f9cde0c2
commit 717479f658
3433 changed files with 1756195 additions and 0 deletions

34
.obsidian/snippets/darkmode.css vendored Normal file
View File

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