diff options
Diffstat (limited to 'pyblackbird_cc/static/scss')
-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 d0599e9..75dd6e4 100644 --- a/pyblackbird_cc/static/scss/custom.scss +++ b/pyblackbird_cc/static/scss/custom.scss @@ -34,6 +34,11 @@ $ml-font-label-weight: 500; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } +.my-card-text { + color: #444444; + font-size: 0.9rem; +} + //h2 { // color: $primary; |