obsidian-safe-filenames/styles.css

5 lines
67 B
CSS
Raw Normal View History

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