change sample palette to 'electric blue'
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
// colours used thoughout site
|
||||
:root {
|
||||
--col-bg: #2c2830;
|
||||
--col-particle: #ebe7c5;
|
||||
--col-particle-stroke: #692e50;
|
||||
--col-particle-stroke-hover: #9aa68b;
|
||||
--col-bg: #212121;
|
||||
--col-particle: #536878;
|
||||
--col-particle-stroke: #035096;
|
||||
--col-particle-stroke-hover: #0892d0;
|
||||
|
||||
--col-text: #ebe7c5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user