From 8b0e08306dc1b3d47fc4fa1adafbaa731bf46a58 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:39:32 -0500 Subject: [PATCH] root color vars --- web/public/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/public/style.css b/web/public/style.css index 83037ce..d23dc0d 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -33,6 +33,15 @@ font-style: normal; font-display: swap; } + +:root { + --col-11: #fff; + --col-10: #eee; + --col-06: #999; + --col-05: #808080; + --col-04: #777; + --col-01: #111; + --col-00: #000; } * { display: block;