Files
obsidian-to-NotionNext/styles.css
2022-05-23 14:08:49 +08:00

5 lines
63 B
CSS

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