aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static/css/custom.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-15 13:52:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-15 13:52:25 +0100
commitbcf17ab2823d26a517101c344321eb7a472e6b29 (patch)
tree385ed1dd86144360525c81f4f318d26b786d0823 /pyblackbird_cc/static/css/custom.css
parenteff85a450e2b866974026ceab125e493938a5c7c (diff)
Tidying up the create form - using custom css
Diffstat (limited to '')
-rw-r--r--pyblackbird_cc/static/css/custom.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index 833e0a0..5df7099 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -6149,3 +6149,14 @@ progress {
display: none !important;
}
}
+h2, .h2 {
+ color: #51635e;
+}
+
+.form-label {
+ font-weight: 500;
+}
+
+.asteriskField {
+ color: red;
+}