adamfletcher_obsidian-cut-t.../styles.css

21 lines
407 B
CSS
Raw Normal View History

.fluff-dim {
color: var(--text-faint);
}
.fluff-wavy-underline {
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: var(--color-blue);
text-decoration-skip-ink: none;
2025-04-14 12:22:18 +00:00
}
.fluff-strikethrough {
text-decoration-line: line-through;
color: var(--text-faint);
2025-04-15 07:10:39 +00:00
}
.settings-full-width-textarea {
width: 100%;
resize: none;
height: 12em;
2025-04-04 14:16:30 +00:00
}