ab-particles/scss/_palette.scss

11 lines
209 B
SCSS
Raw Normal View History

2020-04-10 15:53:11 -06:00
// colour palette
2020-04-08 04:35:21 -06:00
:root {
--col-bg: #212121;
--col-link: #bbdefb;
2020-04-08 08:26:58 -06:00
--col-text: #ebe7c5;
--col-particle-stroke-hover: #0892d0;
--col-particle-stroke: #035096;
--col-particle: #536878;
2020-04-08 04:35:21 -06:00
}