diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 12:27:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 12:27:09 +0100 |
commit | eff85a450e2b866974026ceab125e493938a5c7c (patch) | |
tree | 03d27058d70dec9457fdf3fb6f861e8b1b78cfb7 /pyblackbird_cc/static/scss | |
parent | e5fbf7423f2b06829619d6e1258089de3661763d (diff) |
Change subscribe header to primary
Diffstat (limited to 'pyblackbird_cc/static/scss')
-rw-r--r-- | pyblackbird_cc/static/scss/custom.scss | 3 |
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 |