From 73da617c5a169cf1aaca396f352f1198578f44ab Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:13:30 +0100 Subject: [PATCH] Adjusted link color too --- assets/css/color_impaired/overrides.css | 22 +++++++++++++++++++--- assets/css/cosmo/overrides.css | 22 +++++++++++++++++++--- assets/css/cosmo_wide/overrides.css | 22 +++++++++++++++++++--- assets/css/default/overrides.css | 22 +++++++++++++++++++--- assets/css/default_wide/overrides.css | 22 +++++++++++++++++++--- 5 files changed, 95 insertions(+), 15 deletions(-) diff --git a/assets/css/color_impaired/overrides.css b/assets/css/color_impaired/overrides.css index 7633b3746..04636762f 100644 --- a/assets/css/color_impaired/overrides.css +++ b/assets/css/color_impaired/overrides.css @@ -120,9 +120,9 @@ span.grid-text-worked > font { .cat-frequency-gradient td, .cat-frequency-gradient td:hover, .cat-frequency-gradient td:focus { - 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; + background-color: rgba(82, 81, 81, 0.7) !important; + --bs-table-bg: rgba(82, 81, 81, 0.7) !important; + --bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important; } /* Only set text color to white for direct text content, not spans with text classes */ @@ -131,4 +131,20 @@ span.grid-text-worked > font { tr[data-gradient-color] td, tr[data-gradient-color] th { color: #fff !important; +} + +.cat-frequency-gradient > td > a > .text-success { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-success > a { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-danger > a { + color: #ffc4c4 !important; +} + +.cat-frequency-gradient > td > a > .text-danger { + color: #ffc4c4 !important; } \ No newline at end of file diff --git a/assets/css/cosmo/overrides.css b/assets/css/cosmo/overrides.css index b2f0364e7..c378f01db 100644 --- a/assets/css/cosmo/overrides.css +++ b/assets/css/cosmo/overrides.css @@ -120,9 +120,9 @@ span.grid-text-worked > font { .cat-frequency-gradient td, .cat-frequency-gradient td:hover, .cat-frequency-gradient td:focus { - 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; + background-color: rgba(82, 81, 81, 0.7) !important; + --bs-table-bg: rgba(82, 81, 81, 0.7) !important; + --bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important; } /* Only set text color to white for direct text content, not spans with text classes */ @@ -131,4 +131,20 @@ span.grid-text-worked > font { tr[data-gradient-color] td, tr[data-gradient-color] th { color: #fff !important; +} + +.cat-frequency-gradient > td > a > .text-success { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-success > a { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-danger > a { + color: #ffc4c4 !important; +} + +.cat-frequency-gradient > td > a > .text-danger { + color: #ffc4c4 !important; } \ No newline at end of file diff --git a/assets/css/cosmo_wide/overrides.css b/assets/css/cosmo_wide/overrides.css index 880c1366e..6262eba73 100644 --- a/assets/css/cosmo_wide/overrides.css +++ b/assets/css/cosmo_wide/overrides.css @@ -159,9 +159,9 @@ span.grid-text-worked > font { .cat-frequency-gradient td, .cat-frequency-gradient td:hover, .cat-frequency-gradient td:focus { - 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; + background-color: rgba(82, 81, 81, 0.7) !important; + --bs-table-bg: rgba(82, 81, 81, 0.7) !important; + --bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important; } /* Only set text color to white for direct text content, not spans with text classes */ @@ -170,4 +170,20 @@ span.grid-text-worked > font { tr[data-gradient-color] td, tr[data-gradient-color] th { color: #fff !important; +} + +.cat-frequency-gradient > td > a > .text-success { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-success > a { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-danger > a { + color: #ffc4c4 !important; +} + +.cat-frequency-gradient > td > a > .text-danger { + color: #ffc4c4 !important; } \ No newline at end of file diff --git a/assets/css/default/overrides.css b/assets/css/default/overrides.css index eae6d1a61..2e74d8295 100644 --- a/assets/css/default/overrides.css +++ b/assets/css/default/overrides.css @@ -102,9 +102,9 @@ span.grid-text-worked > font { .cat-frequency-gradient td, .cat-frequency-gradient td:hover, .cat-frequency-gradient td:focus { - 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; + background-color: rgba(82, 81, 81, 0.7) !important; + --bs-table-bg: rgba(82, 81, 81, 0.7) !important; + --bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important; } /* Only set text color to white for direct text content, not spans with text classes */ @@ -113,4 +113,20 @@ span.grid-text-worked > font { tr[data-gradient-color] td, tr[data-gradient-color] th { color: #fff !important; +} + +.cat-frequency-gradient > td > a > .text-success { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-success > a { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-danger > a { + color: #ffc4c4 !important; +} + +.cat-frequency-gradient > td > a > .text-danger { + color: #ffc4c4 !important; } \ No newline at end of file diff --git a/assets/css/default_wide/overrides.css b/assets/css/default_wide/overrides.css index e84f92533..69240cd55 100644 --- a/assets/css/default_wide/overrides.css +++ b/assets/css/default_wide/overrides.css @@ -137,9 +137,9 @@ span.grid-text-worked > font { .cat-frequency-gradient td, .cat-frequency-gradient td:hover, .cat-frequency-gradient td:focus { - 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; + background-color: rgba(82, 81, 81, 0.7) !important; + --bs-table-bg: rgba(82, 81, 81, 0.7) !important; + --bs-table-accent-bg: rgba(82, 81, 81, 0.7) !important; } /* Only set text color to white for direct text content, not spans with text classes */ @@ -148,4 +148,20 @@ span.grid-text-worked > font { tr[data-gradient-color] td, tr[data-gradient-color] th { color: #fff !important; +} + +.cat-frequency-gradient > td > a > .text-success { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-success > a { + color: #08ff42 !important; +} + +.cat-frequency-gradient > td > .text-danger > a { + color: #ffc4c4 !important; +} + +.cat-frequency-gradient > td > a > .text-danger { + color: #ffc4c4 !important; } \ No newline at end of file