We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63825c commit 48ebf9dCopy full SHA for 48ebf9d
templates/base.html
@@ -93,7 +93,7 @@
93
}
94
95
.table td, .table th {
96
- color: var(--text-primary);
+ color: var(--text-primary) !important;
97
border-color: var(--border-color);
98
99
@@ -108,6 +108,8 @@
108
109
110
/* Force all text in tables to use proper colors */
111
+ .table td,
112
+ .table td *:not(.badge):not(.btn),
113
.table td strong,
114
.table td small,
115
.table td span:not(.badge) {
@@ -118,6 +120,11 @@
118
120
color: var(--text-secondary) !important;
119
121
122
123
+ /* Ensure text content in table cells is visible */
124
+ .table tbody td {
125
126
+ }
127
+
128
.text-muted {
129
130
0 commit comments