Skip to content

Commit 2b8cb48

Browse files
fix color for table heading with dark bg
1 parent 83cbf2c commit 2b8cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/landing_page/static/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ code {
198198

199199
.table th {
200200
background-color: #0F2027;
201-
color: white;
201+
color: #e2e8f0 !important;
202202
}
203203

204204
.table td {

0 commit comments

Comments
 (0)