Files
Anthias/static/sass/_custom-bootstrap.scss
nicomiguelino f4ae2d24b4 Overhaul color scheme for Anthias.
- Use specific shades of yellow and purple based on the mockups
  provided.
2023-01-24 22:54:41 -08:00

10 lines
133 B
SCSS

@import "variables";
$theme-colors: (
"primary": #FFE11A,
"dark": #270035,
);
@import "root";
@import "bootstrap";