mirror of
https://github.com/txoldi/obsidian-lastfm-plugin.git
synced 2026-07-22 06:40:51 +00:00
4 lines
63 B
CSS
4 lines
63 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|