Update Essence.
This commit is contained in:
@@ -13,12 +13,12 @@ $black: #000 !default;
|
|||||||
|
|
||||||
$blue: #0d6efd !default;
|
$blue: #0d6efd !default;
|
||||||
$indigo: #6610f2 !default;
|
$indigo: #6610f2 !default;
|
||||||
$purple: hsl(265, 60%, 50%) !default; // Chosen #6f42c1 !default;
|
$purple: hsl(265, 60%, 50%) !default; // Chosen
|
||||||
$pink: #d63384 !default;
|
$pink: #d63384 !default;
|
||||||
$red: #da0000 !default; // Chosen
|
$red: #da0000 !default; // Chosen
|
||||||
$orange: hsl(30, 100%, 50%) !default; // Chosen, the Gold color from God
|
$orange: hsl(30, 100%, 50%) !default; // Chosen, the Gold color from God
|
||||||
$green: hsl(134, 87%, 30%) !default; // Chosen
|
$green: hsl(134, 87%, 30%) !default; // Chosen
|
||||||
$green: #198754 !default;
|
// $green: #198754 !default;
|
||||||
$teal: #20c997 !default;
|
$teal: #20c997 !default;
|
||||||
$cyan: #0dcaf0 !default;
|
$cyan: #0dcaf0 !default;
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ $focus-ring-width: .175rem !default;
|
|||||||
$focus-ring-opacity: .175 !default;
|
$focus-ring-opacity: .175 !default;
|
||||||
|
|
||||||
// Body
|
// Body
|
||||||
$body-background-color: hsl(260, 27%, 94%); // Bootstrap doesn't have this variable
|
$body-background-color: hsl(260, 27%, 94%) !default; // Bootstrap doesn't have this variable
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
$link-decoration: none !default;
|
$link-decoration: none !default;
|
||||||
@@ -81,7 +81,7 @@ $table-hover-bg-factor: .03 !default;
|
|||||||
|
|
||||||
// Code
|
// Code
|
||||||
$code-font-size: 100% !default;
|
$code-font-size: 100% !default;
|
||||||
$code-color: $primary !default;
|
$code-color: $purple !default;
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
$input-bg: $white;
|
$input-bg: $white;
|
||||||
|
|||||||
Reference in New Issue
Block a user