@@ -79,7 +79,7 @@ $alert-color-level: -10;
//== Progress bar
$progress-height: 4px;
$progress-border-radius: $border-radius-sm;
-$progress-bg: #f0f0f0;
+$progress-bg: $gray-100;
$progress-box-shadow: none;
//== Code
@@ -49,7 +49,7 @@ html[dark] {
// Background colors
$bgcolor-global: $themelight;
- $bgcolor-inline-code: #f0f0f0; //optional
+ $bgcolor-inline-code: $gray-100; //optional
$bgcolor-card: #f5f5f5;
// Font colors
@@ -42,7 +42,7 @@ html[dark] {
$primary: #d3c665;
$color-global: #112744;
@@ -10,7 +10,7 @@ html[dark] {
$bgcolor-global: lighten($color-themelight, 10%);
@@ -12,7 +12,7 @@ html[light] {
$bgcolor-card: darken($themelight, 5%);
@@ -38,11 +38,11 @@ $themecolor: #12b105;
html[light],
html[dark] {
$primary: #460039;
- $light: #f0f0f0;
+ $light: $gray-100;
$bgcolor-global: #fdfdfd;
$bgcolor-card: #f1ffe4;
$bgcolor-subnav: #fafafa;
@@ -32,7 +32,7 @@ html[dark] {
$bgcolor-global: white;