mirror of
https://github.com/brendan-ch/todo-tracker-obsidian.git
synced 2026-04-17 15:20:32 +00:00
5 lines
63 B
CSS
5 lines
63 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|