Skip to content

Commit 5ee3e26

Browse files
authored
Merge pull request #1453 from adpad-13/fix-tables-dark-mode
Fix #1422: Fix unreadable markdown tables in dark mode
2 parents a1256c1 + 28e8102 commit 5ee3e26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

datafiles/static/hackage.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,3 +1307,11 @@ a.deprecated[href]:visited {
13071307
background: #222;
13081308
}
13091309
}
1310+
1311+
1312+
@media (prefer-color-scheme: dark) {
1313+
thead th{
1314+
background-color: #5E5184;
1315+
color: #e0e0e0;
1316+
}
1317+
}

0 commit comments

Comments
 (0)