mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
5 lines
63 B
CSS
5 lines
63 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|