set colours via css variables

This commit is contained in:
Asif Bacchus
2020-04-08 04:47:22 -06:00
parent e937b17e17
commit 89263b1495
2 changed files with 14 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
// colours used thoughout site
:root {
--col-bg-canvas: #2c2830;
--col-particle: #692e50;
--col-stroke: #692e50;
--col-stroke-hover: #9aa68b;
--col-particle: #ebe7c5;
--col-particle-stroke: #692e50;
--col-particle-stroke-hover: #9aa68b;
}