Adjusted link color too

This commit is contained in:
Andreas Kristiansen
2026-01-21 13:13:30 +01:00
parent a4f61f6a34
commit 73da617c5a
5 changed files with 95 additions and 15 deletions

View File

@@ -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 */
@@ -132,3 +132,19 @@ 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;
}

View File

@@ -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 */
@@ -132,3 +132,19 @@ 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;
}

View File

@@ -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 */
@@ -171,3 +171,19 @@ 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;
}

View File

@@ -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 */
@@ -114,3 +114,19 @@ 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;
}

View File

@@ -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 */
@@ -149,3 +149,19 @@ 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;
}