mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Adjusted coloring for CAT
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user