mirror of
https://github.com/obsidianmd/obsidian-sample-plugin.git
synced 2025-08-06 05:46:44 +00:00
5 lines
67 B
CSS
5 lines
67 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|