Colours
Change main colours
- Go to
src/theme/variables.scss
and edit the following variables.$colors: ( primary: #4995ce, secondary: #a8b0c6, danger: #f53d3d, light: #fff, dark: #222 );
src/theme/variables.scss
and edit the following variables.$colors: (
primary: #4995ce,
secondary: #a8b0c6,
danger: #f53d3d,
light: #fff,
dark: #222
);