Skip to content

Commit 9d35e90

Browse files
committed
Wrong css text color variable for tables #1987
1 parent ef23105 commit 9d35e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/simple/css/admidio.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ label {
609609
/***********************************/
610610

611611
.table td, .table th {
612-
color: var(--bs-secondary);
612+
color: var(--bs-body-color);
613613
}
614614

615615
.table-hover tbody tr td .admidio-functions {

0 commit comments

Comments
 (0)