diff options
Diffstat (limited to 'pyblackbird_cc/static/scss/custom.scss')
-rw-r--r-- | pyblackbird_cc/static/scss/custom.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss index 75f574a..d0599e9 100644 --- a/pyblackbird_cc/static/scss/custom.scss +++ b/pyblackbird_cc/static/scss/custom.scss @@ -5,7 +5,7 @@ @import "../bootstrap/scss/functions"; // 2. Include any default variable overrides here -$primary: #51635EFF; +//$primary: #51635EFF; $ey_literacy: #ebde34; $display-font-weight: 600; $ml-font-label-weight: 500; @@ -35,9 +35,9 @@ $ml-font-label-weight: 500; } -h2 { - color: $primary; -} +//h2 { +// color: $primary; +//} .ey_literacy { background-color: $ey_literacy; |