diff options
Diffstat (limited to 'pyblackbird_cc/static/css/custom.css')
-rw-r--r-- | pyblackbird_cc/static/css/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |