mirror of
https://github.com/adamfletcher/obsidian-cut-the-fluff.git
synced 2026-07-22 05:46:18 +00:00
21 lines
No EOL
407 B
CSS
21 lines
No EOL
407 B
CSS
.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;
|
|
}
|
|
|
|
.fluff-strikethrough {
|
|
text-decoration-line: line-through;
|
|
color: var(--text-faint);
|
|
}
|
|
|
|
.settings-full-width-textarea {
|
|
width: 100%;
|
|
resize: none;
|
|
height: 12em;
|
|
} |