From ac0a2545acee175da827d86ab5c130ba3680e243 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 3 Jul 2022 23:46:23 +0200 Subject: [PATCH] add comments to root variables --- css/global.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/global.css b/css/global.css index 9718ff9..fbb2ba8 100644 --- a/css/global.css +++ b/css/global.css @@ -1,9 +1,9 @@ :root { - --green: #C2F9BB; - --fg-color: #303034; - --bg-color: #1B1B1E; - --text-color: #ECEAF1; - --blue-ish: #587291; + --green: #C2F9BB; /* links etc */ + --fg-color: #303034; /* post background */ + --bg-color: #1B1B1E; /* page background etc */ + --text-color: #ECEAF1; /* text */ + --blue-ish: #587291; /* buttons etc */ } .noselect {