Files
Notes/.obsidian/snippets/styled-hr.css
2025-10-22 22:13:54 +02:00

8 lines
147 B
CSS

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