aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-14 21:05:44 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-14 21:05:44 +0100
commit1cb215828f193ec4bac25f4dabb08c9aadc34ede (patch)
tree926e2c16ce6130d43401d4e084de8e19eeb3e12d /pyblackbird_cc/static/css
parent8a13e1543334f86803cd9909ba3fa5d4619074c0 (diff)
Changed the colour of the card description test
- Uses my own CSS class - technical stuff
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r--pyblackbird_cc/static/css/custom.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index 009cc07..47bb39d 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -6178,6 +6178,11 @@ progress {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
+.my-card-text {
+ color: #444444;
+ font-size: 0.9rem;
+}
+
.ey_literacy {
background-color: #ebde34;
color: black;