swarnam-obsidian/styles.css
2020-10-25 16:58:31 -04:00

5 lines
67 B
CSS

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