vault backup (): 13-05-2026 00:27

Files Changed: 352
Too many files to list
This commit is contained in:
2026-05-13 00:27:01 +02:00
parent e30063976c
commit e3d2847288
352 changed files with 367932 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
/* Scoped Catppuccin Mocha styling for notes with cssclass: small-text */
.small-text.markdown-preview-view {
font-size: 1.0em; /* base text size */
line-height: 1.5;
color: #cdd6f4; /* Catppuccin Mocha text */
}
/* Headings */
.small-text.markdown-preview-view h1 { font-size: 2.3em; }
.small-text.markdown-preview-view h2 { font-size: 1.9em; }
.small-text.markdown-preview-view h3 { font-size: 1.2em; }
.small-text.markdown-preview-view h4 { font-size: 0.95em; }
.small-text.markdown-preview-view h5 { font-size: 0.9em; }
.small-text.markdown-preview-view h6 { font-size: 0.85em; }