diff options
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/static/scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss index 5c05488..f565f16 100644 --- a/pyblackbird_cc/static/scss/custom.scss +++ b/pyblackbird_cc/static/scss/custom.scss @@ -37,6 +37,11 @@ h2 { color: $primary; } +.ey_literacy { + background-color: #ebde34; + color: black; + } + .form-label { font-weight: $ml-font-label-weight; } |