This commit is contained in:
2025-10-22 22:13:54 +02:00
parent 9e44354ef0
commit b63d46a78e
331 changed files with 352530 additions and 3 deletions

7
.obsidian/snippets/styled-hr.css vendored Normal file
View File

@@ -0,0 +1,7 @@
.markdown-preview-view hr {
border: none;
height: 4px;
background: linear-gradient(to right, #f5c2e7, #fab387, #a6e3a1);
margin: 1em 0;
}