root color vars

This commit is contained in:
ethan merchant 2024-11-03 01:39:32 -05:00
parent 2a5ba61bb5
commit 8b0e08306d

View file

@ -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;