diff options
Diffstat (limited to 'frontend/src/index.scss')
-rw-r--r-- | frontend/src/index.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend/src/index.scss b/frontend/src/index.scss index def3fdf..044d150 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -157,4 +157,8 @@ textarea.form-control { .table { color: $color-primary-4; -}
\ No newline at end of file +} + +.text-muted { + color: $color-primary-4 !important; +} |