Adjusted coloring for CAT

This commit is contained in:
Andreas Kristiansen
2026-01-21 12:39:22 +01:00
parent acb9ef9146
commit 572d459bbc
5 changed files with 16 additions and 76 deletions

View File

@@ -102,21 +102,9 @@ span.grid-text-worked > font {
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus {
background-color: rgba(196, 156, 233, 0.7) !important;
--bs-table-bg: rgba(196, 156, 233, 0.7) !important;
--bs-table-accent-bg: rgba(196, 156, 233, 0.7) !important;
}
/* Force override any inline styles from JavaScript */
.cat-frequency-gradient td,
.cat-frequency-gradient td:hover,
.cat-frequency-gradient td:focus,
tr[data-gradient-color] td,
tr[data-gradient-color] td:hover,
tr[data-gradient-color] td:focus {
background-color: rgba(196, 156, 233, 0.7) !important;
--bs-table-bg: rgba(196, 156, 233, 0.7) !important;
--bs-table-accent-bg: rgba(196, 156, 233, 0.7) !important;
background-color: rgba(51, 51, 51, 0.7) !important;
--bs-table-bg: rgba(51, 51, 51, 0.7) !important;
--bs-table-accent-bg: rgba(51, 51, 51, 0.7) !important;
}
/* Only set text color to white for direct text content, not spans with text classes */