diff --git a/pgml-dashboard/static/css/scss/base/_typography.scss b/pgml-dashboard/static/css/scss/base/_typography.scss index ff3881838..5648addc4 100644 --- a/pgml-dashboard/static/css/scss/base/_typography.scss +++ b/pgml-dashboard/static/css/scss/base/_typography.scss @@ -116,6 +116,9 @@ h6, .h6 { .text-white-300 { color: #{$gray-300} !important; } +.text-white-400 { + color: #{$gray-400} !important; +} .text-soft-white, .text-white-200 { color: #{$gray-200} !important; }