aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-11 17:20:29 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-11 17:20:29 +0100
commit8547f307748554990ee3cc413776c7dadc830764 (patch)
treebe9d05ae6d9c8f4d792923f68d6719b1b64be166 /pyblackbird_cc/static
parent375aec43a2badc5eef86d528745908cb2f572bb7 (diff)
Adds ability to add colour class to main category
- Creates a new line in the database - Uses this in the template instead of the default bootstrap class
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r--pyblackbird_cc/static/css/custom.css5
-rw-r--r--pyblackbird_cc/static/scss/custom.scss5
2 files changed, 10 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index 342225b..a26cd3c 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -6182,6 +6182,11 @@ h2, .h2 {
color: #51635e;
}
+.ey_literacy {
+ background-color: #ebde34;
+ color: black;
+}
+
.form-label {
font-weight: 500;
}
diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss
index 5c05488..f565f16 100644
--- a/pyblackbird_cc/static/scss/custom.scss
+++ b/pyblackbird_cc/static/scss/custom.scss
@@ -37,6 +37,11 @@ h2 {
color: $primary;
}
+.ey_literacy {
+ background-color: #ebde34;
+ color: black;
+ }
+
.form-label {
font-weight: $ml-font-label-weight;
}