swarnam-obsidian/styles.css

5 lines
63 B
CSS
Raw Normal View History

2022-04-15 18:13:31 +00:00
/* Sets all the text color to red! */
body {
color: red;
}