MacBook-Pro-de-Oscar.local 2026-2-3:18:27:8

This commit is contained in:
oskar
2026-02-03 18:27:08 +01:00
parent 5c43d2e3bb
commit 49207747e5
66 changed files with 62 additions and 189 deletions

21
.obsidian/snippets/dark_pdf vendored Normal file
View File

@@ -0,0 +1,21 @@
/* ╺┳┓┏━┓┏━┓╻┏ ┏┳┓┏━┓╺┳┓┏━╸ */
/* ┃┃┣━┫┣┳┛┣┻┓┃┃┃┃ ┃ ┃┃┣╸ */
/* ╺┻┛╹ ╹╹┗╸╹ ╹╹ ╹┗━┛╺┻┛┗━╸ */
/* for all sorts of ui elements : */
/* pdfs, figures... */
/* markmind pdf reader (and annotator) */
.theme-dark .pdf-viewer {
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/ */
;
}