add comments to root variables

This commit is contained in:
Mystikfluu 2022-07-03 23:46:23 +02:00
parent ff43510f2f
commit ac0a2545ac

View File

@ -1,9 +1,9 @@
:root { :root {
--green: #C2F9BB; --green: #C2F9BB; /* links etc */
--fg-color: #303034; --fg-color: #303034; /* post background */
--bg-color: #1B1B1E; --bg-color: #1B1B1E; /* page background etc */
--text-color: #ECEAF1; --text-color: #ECEAF1; /* text */
--blue-ish: #587291; --blue-ish: #587291; /* buttons etc */
} }
.noselect { .noselect {