Skip to content

Commit 48ebf9d

Browse files
Dark fix
1 parent f63825c commit 48ebf9d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

templates/base.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494

9595
.table td, .table th {
96-
color: var(--text-primary);
96+
color: var(--text-primary) !important;
9797
border-color: var(--border-color);
9898
}
9999

@@ -108,6 +108,8 @@
108108
}
109109

110110
/* Force all text in tables to use proper colors */
111+
.table td,
112+
.table td *:not(.badge):not(.btn),
111113
.table td strong,
112114
.table td small,
113115
.table td span:not(.badge) {
@@ -118,6 +120,11 @@
118120
color: var(--text-secondary) !important;
119121
}
120122

123+
/* Ensure text content in table cells is visible */
124+
.table tbody td {
125+
color: var(--text-primary) !important;
126+
}
127+
121128
.text-muted {
122129
color: var(--text-secondary) !important;
123130
}

0 commit comments

Comments
 (0)