diff options
author | chr <chr@cybre.space> | 2021-03-02 00:03:24 -0800 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-02 00:03:24 -0800 |
commit | 8856c046e4e035dd0e02de32bd0a9fe4e83c81d2 (patch) | |
tree | 5759dce6c43322fabfa2bdc5ae2102092adcefda /app/javascript/styles | |
parent | 39a545e9a2a8e26503d4acb32ff424da1c3c0142 (diff) |
fixes
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/cybre-light.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/cybre-light.scss b/app/javascript/styles/cybre-light.scss index 952c2ea96..78656e030 100644 --- a/app/javascript/styles/cybre-light.scss +++ b/app/javascript/styles/cybre-light.scss @@ -329,6 +329,10 @@ $gold-star: #dd9d08; } } +.character-counter { + color:$white; +} + button.icon-button { &.disabled { } |