diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-11 20:52:20 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-11 20:52:20 +0100 |
commit | 2c7dc01e289d39dcaac6761ff59870accc7575a8 (patch) | |
tree | 31c97777013419c3c9f19838e8054ccbfdbe2f4e /pyblackbird_cc/static/css | |
parent | e9fb79423a3dd6e2cda94014520ca751d7ca7cf5 (diff) |
Very simple border round feature block for EY Literacy
Diffstat (limited to 'pyblackbird_cc/static/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 a26cd3c..c4fc153 100644 --- a/pyblackbird_cc/static/css/custom.css +++ b/pyblackbird_cc/static/css/custom.css @@ -6187,6 +6187,11 @@ h2, .h2 { color: black; } +.ey_literacy_border { + border-color: #ebde34; + border-width: 0.6em; +} + .form-label { font-weight: 500; } |