Defaults for color palette
This commit is contained in:
parent
bf00d39692
commit
f668d3a6b1
2 changed files with 10 additions and 8 deletions
|
|
@ -72,14 +72,7 @@ $basic_indent: 2em;
|
|||
// COLORS
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
$color_palette: (
|
||||
alpha: #fad803,
|
||||
bravo: #d30a51,
|
||||
charlie: #273f8b,
|
||||
delta: #b7e0f0,
|
||||
echo: #52bed1,
|
||||
foxtrot: #0c85ff
|
||||
);
|
||||
$color_palette: $default_color_palette;
|
||||
|
||||
@include addDefaultColors;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue