Fixed Status Code Colors in Audit Logs
HTTP status codes in the audit logs table now display distinct semantic accent colors and bold monospace styling instead of appearing monochrome white.
#What's Changed
- [Fix] Fixed HTTP status code colors in the audit logs table. Status classes (statusOk, statusWarn, statusErr) previously had their colors overridden by higher-specificity table cell rules (.logsTable td). Resolved CSS specificity conflicts with targeted class selectors and wrapped status codes in dedicated semantic elements to guarantee active display of emerald for 2xx success, blue for 3xx redirects, amber for 4xx client errors, and rose for 5xx server errors.
- [Improvement] Added dedicated styling and detection for 3xx redirection status codes (statusInfo) and emphasized status code legibility with semi-bold typography matching adjacent HTTP method badges.