diff options
Diffstat (limited to 'pyblackbird_cc/static/css/custom.css')
-rw-r--r-- | pyblackbird_cc/static/css/custom.css | 11 |
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; +} |