Fix XSS vulnerabilities in JavaScript files

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-09 13:59:25 +00:00
parent 7a3608b32e
commit 0126dc1cf4
3 changed files with 32 additions and 10 deletions
+11
View File
@@ -246,4 +246,15 @@ h1, h2, h3, h4, h5, h6 {
.chart-container {
height: 16rem; /* h-64 */
@apply w-full;
}
/* Text status colors for compliance status */
.text-success {
color: #16a34a; /* Green color for compliant status */
font-weight: 500;
}
.text-error {
color: #dc2626; /* Red color for non-compliant status */
font-weight: 500;
}