|
@@ -77,6 +77,7 @@ $brand-gradient: linear-gradient(
|
|
|
rgba(255, 68, 0, 0.7) 99%,
|
|
rgba(255, 68, 0, 0.7) 99%,
|
|
|
rgba(255, 68, 0, 0.7) 100%
|
|
rgba(255, 68, 0, 0.7) 100%
|
|
|
);
|
|
);
|
|
|
|
|
+
|
|
|
$page-gradient: linear-gradient(180deg, #222426 10px, rgb(22, 23, 25) 100px);
|
|
$page-gradient: linear-gradient(180deg, #222426 10px, rgb(22, 23, 25) 100px);
|
|
|
|
|
|
|
|
// Links
|
|
// Links
|
|
@@ -110,7 +111,6 @@ $divider-border-color: #555;
|
|
|
|
|
|
|
|
// Graphite Target Editor
|
|
// Graphite Target Editor
|
|
|
$tight-form-bg: $dark-3;
|
|
$tight-form-bg: $dark-3;
|
|
|
-
|
|
|
|
|
$tight-form-func-bg: #333334;
|
|
$tight-form-func-bg: #333334;
|
|
|
$tight-form-func-highlight-bg: #444445;
|
|
$tight-form-func-highlight-bg: #444445;
|
|
|
|
|
|
|
@@ -128,6 +128,7 @@ $list-item-bg: $card-background;
|
|
|
$list-item-hover-bg: lighten($gray-blue, 2%);
|
|
$list-item-hover-bg: lighten($gray-blue, 2%);
|
|
|
$list-item-link-color: $text-color;
|
|
$list-item-link-color: $text-color;
|
|
|
$list-item-shadow: $card-shadow;
|
|
$list-item-shadow: $card-shadow;
|
|
|
|
|
+
|
|
|
$empty-list-cta-bg: $gray-blue;
|
|
$empty-list-cta-bg: $gray-blue;
|
|
|
|
|
|
|
|
// Scrollbars
|
|
// Scrollbars
|
|
@@ -152,8 +153,8 @@ $table-bg-hover: $dark-3;
|
|
|
$btn-primary-bg: #ff6600;
|
|
$btn-primary-bg: #ff6600;
|
|
|
$btn-primary-bg-hl: #bc3e06;
|
|
$btn-primary-bg-hl: #bc3e06;
|
|
|
|
|
|
|
|
-$btn-secondary-bg: $blue-dark;
|
|
|
|
|
$btn-secondary-bg-hl: lighten($blue-dark, 5%);
|
|
$btn-secondary-bg-hl: lighten($blue-dark, 5%);
|
|
|
|
|
+$btn-secondary-bg: $blue-dark;
|
|
|
|
|
|
|
|
$btn-success-bg: $green;
|
|
$btn-success-bg: $green;
|
|
|
$btn-success-bg-hl: darken($green, 6%);
|
|
$btn-success-bg-hl: darken($green, 6%);
|