aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pyblackbird_cc/static/scss/custom.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss
index 98b73e8..fc9b6c4 100644
--- a/pyblackbird_cc/static/scss/custom.scss
+++ b/pyblackbird_cc/static/scss/custom.scss
@@ -6,6 +6,7 @@
// 2. Include any default variable overrides here
$primary: #51635EFF;
+$display-font-weight: 600;
// 3. Include remainder of required Bootstrap stylesheets
@import "../bootstrap/scss/variables";
@@ -19,5 +20,5 @@ $primary: #51635EFF;
@import "../bootstrap/scss/containers";
@import "../bootstrap/scss/grid";
@import "../bootstrap/scss/buttons";
-
+@import "../bootstrap/scss/bootstrap-utilities";
// 5. Add additional custom code here