diff --git a/src/TrueCV.Web/wwwroot/app.css b/src/TrueCV.Web/wwwroot/app.css index cfd4720..abff178 100644 --- a/src/TrueCV.Web/wwwroot/app.css +++ b/src/TrueCV.Web/wwwroot/app.css @@ -863,6 +863,10 @@ h1:focus { color: var(--truecv-gray-600) !important; } +.text-warning { + color: #b45309 !important; /* Darker amber for better contrast on white (4.8:1 ratio) */ +} + /* Row selection highlight */ .table tbody tr.selected { background-color: rgba(37, 99, 235, 0.08) !important;