From eff85a450e2b866974026ceab125e493938a5c7c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 12:27:09 +0100 Subject: Change subscribe header to primary --- pyblackbird_cc/static/scss/custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyblackbird_cc/static/scss') 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 -- cgit v1.2.3