mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-05-18 15:10:18 +00:00
5 lines
67 B
CSS
5 lines
67 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|