commit 11c8453a645bd315cf3c507125f23bf57f8198ce
parent 324c99480237512f30ccc4a30f635e72e3787ba5
Author: Hugo Soucy <hugo@soucy.cc>
Date: Wed, 21 Apr 2021 21:01:09 -0400
Add a new color token
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/css/global/tokens/colors.css b/src/css/global/tokens/colors.css
@@ -5,6 +5,7 @@
--base-blue: #0000ff;
--base-grey: #cccccc;
--base-indigo: #8000ff;
+ --base-fuchsia: #ff00ff;
--base-brightest: #f9f9f9;
--base-darkest: #111111;
--base-darkest-grey: #333333;