Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2018-08-14 18:13:03 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-14 18:13:03 +0300
commitd16fe159940f0b4684c64e559ec8dfb2d3dcf929 (patch)
tree3b2ee51ab7bc00960e9d7e3ba75194ce66f0cbb8 /assets
parent06f9b967d30ba36848e90049f5bfdfe1697ca6aa (diff)
lighter breadcrumb background color
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/custom_variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/sass/custom_variables.scss b/assets/sass/custom_variables.scss
index 0d12833..8f59282 100644
--- a/assets/sass/custom_variables.scss
+++ b/assets/sass/custom_variables.scss
@@ -15,3 +15,6 @@ $font-family-base: $font-family-serif !default;
$font-size-base: 1.2rem !default; // Assumes the browser default, typically `16px`
$font-size-lg: ($font-size-base * 1.4);
$font-size-sm: ($font-size-base * .9);
+
+$gray-100: #f8f9fa; // same as bootstrap to use it in breadcrumb bg
+$breadcrumb-bg: $gray-100;