mirror of
https://github.com/felvesthe/Note-Locker.git
synced 2026-07-22 05:44:06 +00:00
4 lines
67 B
CSS
4 lines
67 B
CSS
/* Sets all the text color to red! */
|
|
body {
|
|
color: red;
|
|
}
|