Skip to content

Commit 4370286

Browse files
fix(standards): fix table text color specificity in dark theme
Add explicit color to td elements and scope table styles to .td-content to override Bootstrap/Docsy defaults that made table text too dark to read. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2db2875 commit 4370286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/scss/_styles_project.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ blockquote {
135135
}
136136

137137
// --- Tables ---
138+
.td-content table,
138139
table {
139140
color: #c8d6e5;
140141

@@ -145,6 +146,7 @@ table {
145146
}
146147

147148
td {
149+
color: #c8d6e5;
148150
border-color: rgba(200, 214, 229, 0.1);
149151
}
150152

0 commit comments

Comments
 (0)