obsidian-safe-filenames/styles.css

5 lines
63 B
CSS
Raw Normal View History

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