Archived
1
0
Fork 0

app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex.

This commit is contained in:
Henrik Hautakoski 2022-08-04 19:41:28 +02:00
parent a83225e9c5
commit a822f00a7f

View file

@ -23,7 +23,7 @@ $gray-800: #343a40;
$gray-900: #212529;
$primary: #03a9f4;
$blue: hsl(210, 70%, 50%);
$blue: #2680d9;
$green: #5cb85c;
$yellow: #f0ad4e;
$red: #d9534f;