device-127.home 2026-2-11:23:47:27
This commit is contained in:
22
.obsidian/snippets/dark_pdf.css
vendored
Normal file
22
.obsidian/snippets/dark_pdf.css
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/* ╺┳┓┏━┓┏━┓╻┏ ┏┳┓┏━┓╺┳┓┏━╸ */
|
||||
/* ┃┃┣━┫┣┳┛┣┻┓┃┃┃┃ ┃ ┃┃┣╸ */
|
||||
/* ╺┻┛╹ ╹╹┗╸╹ ╹╹ ╹┗━┛╺┻┛┗━╸ */
|
||||
/* for all sorts of ui elements : */
|
||||
/* pdfs, figures... */
|
||||
|
||||
|
||||
/* markmind pdf reader (and annotator) */
|
||||
/* .theme-dark*/
|
||||
.pdfViewer {
|
||||
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/ */
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user