Files
obsidian-send-to-ghost/styles.css
2022-04-09 10:13:10 +01:00

5 lines
67 B
CSS

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