Fix XSS vulnerabilities in JavaScript files
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user