mirror of
https://github.com/runofthemillgeek/swarnam-obsidian.git
synced 2024-11-16 07:20:16 +00:00
5 lines
67 B
CSS
5 lines
67 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|