Making colors customizable
With this change it's possible to customize all colors, using Sass's Variable Defaults.
This commit is contained in:
parent
76d3591668
commit
a810864ee5
@ -2,8 +2,8 @@
|
|||||||
// Color
|
// Color
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
$color-initial: #fff
|
$color-initial: #fff !default
|
||||||
$color-primary: #9b4dca
|
$color-primary: #9b4dca !default
|
||||||
$color-secondary: #606c76
|
$color-secondary: #606c76 !default
|
||||||
$color-tertiary: #f4f5f6
|
$color-tertiary: #f4f5f6 !default
|
||||||
$color-quaternary: #d1d1d1
|
$color-quaternary: #d1d1d1 !default
|
||||||
|
Loading…
Reference in New Issue
Block a user