mirror of
https://github.com/white7292/obsidian-hd-unfilled-stats-highlighter.git
synced 2026-07-22 07:40:23 +00:00
4 lines
63 B
CSS
4 lines
63 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|