From 8547f307748554990ee3cc413776c7dadc830764 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 Jul 2024 17:20:29 +0100 Subject: 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 --- pyblackbird_cc/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyblackbird_cc/static/css/custom.css') 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; } -- cgit v1.2.3