Skip to content

Commit 5a8c21e

Browse files
lighten body text for dark theme
1 parent 16e10f2 commit 5a8c21e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Use lighter shade of grey in dark theme for improved contrast */
2+
.dark\:text-gray-400:is(.dark *) {
3+
color:rgb(var(--gray-300))
4+
}
5+
16
/* Turn section titles on left-hand sidebar uppercase */
27
#navigation-items h5 {
38
text-transform: uppercase;

0 commit comments

Comments
 (0)