aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-09 14:23:03 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-09 14:23:03 +0100
commit082d6a7ee8bece150c04840474b18aa791f6300d (patch)
tree9c5d2b11c2bea022168eb473cc2260a0b3d7101f /pyblackbird_cc/static/css
parent348594d8cbb8ba3b407568a13c0fee91d126557c (diff)
wip: implementing CSS classes for category colours on detail page
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r--pyblackbird_cc/static/css/custom.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index b775578..42833bd 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -2284,6 +2284,30 @@ progress {
font-weight: 500;
}
+.category_colour_efl {
+ color: cyan;
+}
+
+.category_colour_literacy {
+ color: green;
+}
+
+.category_colour_maths {
+ color: magenta;
+}
+
+.category_colour_eymaths {
+ color: #343aeb;
+}
+
+.category_colour_eyliteracy {
+ color: #ebde34;
+}
+
+.category_colour_alphabet {
+ color: black;
+}
+
.asteriskField {
color: red;
}