update
This commit is contained in:
34
.obsidian/snippets/darkmode.css
vendored
Normal file
34
.obsidian/snippets/darkmode.css
vendored
Normal 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%) */
|
||||
/* ; */
|
||||
/* } */
|
||||
|
||||
|
Reference in New Issue
Block a user