This commit is contained in:
Oscar Plaisant
2024-12-25 22:30:24 +01:00
parent 4a9afe51fa
commit 602a41e7f8
2098 changed files with 11681 additions and 2271 deletions

7
.obsidian/snippets/[editor] debug.css vendored Normal file
View File

@@ -0,0 +1,7 @@
.cm-line {
background:rgba(0,255,0,0.1);
box-shadow: inset 0 -2px 3px rgba(255,255,255,.2);
background-position:right !important;
background-image: repeating-linear-gradient(270deg, #00FFFF2E 0em, #073AFF00 9px);
/* FIX? */
}