add comments to root variables
This commit is contained in:
parent
ff43510f2f
commit
ac0a2545ac
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user