app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex.
This commit is contained in:
parent
a83225e9c5
commit
a822f00a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ $gray-800: #343a40;
|
||||||
$gray-900: #212529;
|
$gray-900: #212529;
|
||||||
|
|
||||||
$primary: #03a9f4;
|
$primary: #03a9f4;
|
||||||
$blue: hsl(210, 70%, 50%);
|
$blue: #2680d9;
|
||||||
$green: #5cb85c;
|
$green: #5cb85c;
|
||||||
$yellow: #f0ad4e;
|
$yellow: #f0ad4e;
|
||||||
$red: #d9534f;
|
$red: #d9534f;
|
||||||
|
|
|
||||||
Reference in a new issue