swarnam-obsidian/styles.css

5 lines
67 B
CSS
Raw Normal View History

2020-10-25 20:55:59 +00:00
/* Sets all the text color to red! */
body {
color: red;
}