obsidian-douban/styles.css
2022-05-21 11:34:19 +08:00

5 lines
63 B
CSS

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