diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-01 17:00:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-01 17:00:09 +0100 |
commit | 511786f9ad75bd20157f3cbff1b17e48ac9734f5 (patch) | |
tree | 00521a0b13410a37632e4d8b0e1e51097f4b2a3a /pyblackbird_cc/static/scss/custom.scss | |
parent | b8cb50d3983e4087fa54c2295cf8066c8d27b4a5 (diff) |
Logo and new navbar and new detail design
- logo in place
- new navbar - removed Joanna Lemon, etc
- tidying up the detail page, using cards and nicer titles
- better detail panel at the top of the page with a table in it
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; |