core: add color comments

This commit is contained in:
Trianta 2024-12-09 16:35:53 -06:00
parent 501ef4f2b8
commit 6cc3907ff4

View File

@ -1,3 +1,10 @@
/*
* base text: #FAFAFA
* important text: #CB3737
* first background: #EE6F57
* second background: #E3E3E3
*/
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
color: #FAFAFA; color: #FAFAFA;