obsidian-paste-plugin/styles.css
2022-04-15 14:13:31 -04:00

5 lines
63 B
CSS

/* Sets all the text color to red! */
body {
color: red;
}