change sample palette to 'electric blue'
This commit is contained in:
parent
0dcbb06b77
commit
d22516867b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user