We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e10f2 commit 5a8c21eCopy full SHA for 5a8c21e
style.css
@@ -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
+
6
/* Turn section titles on left-hand sidebar uppercase */
7
#navigation-items h5 {
8
text-transform: uppercase;
0 commit comments