diff --git a/weed/admin/static/css/admin.css b/weed/admin/static/css/admin.css index 7b5c2eea2..8f387b1df 100644 --- a/weed/admin/static/css/admin.css +++ b/weed/admin/static/css/admin.css @@ -146,6 +146,27 @@ main { color: #fff !important; } +/* Muted text color utilities */ +.text-primary { + color: #6b8caf !important; +} + +.text-success { + color: #5a8a72 !important; +} + +.text-info { + color: #6a9aaa !important; +} + +.text-warning { + color: #b8995e !important; +} + +.text-danger { + color: #a5615c !important; +} + /* Progress bars */ .progress { background-color: #f8f9fc;