From 6cc3907ff4a3f467fb1262ce0c1313c6aeb45c5f Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:35:53 -0600 Subject: [PATCH] core: add color comments --- default.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.css b/default.css index e7d9d50..1ae80cd 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,10 @@ +/* + * base text: #FAFAFA + * important text: #CB3737 + * first background: #EE6F57 + * second background: #E3E3E3 + */ + body { font-family: Arial, sans-serif; color: #FAFAFA;