ObsidianCustomFrames/styles.css
2022-03-19 20:21:16 +01:00

5 lines
67 B
CSS

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