Private
Public Access
1
0

Fix dark mode prose text color in card descriptions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-27 23:21:48 -05:00
parent df602ab559
commit bbc95a5bfc
+3
View File
@@ -114,6 +114,9 @@ html.dark {
--color-warning: #eab308;
}
.dark .prose {
color: #e5e7eb;
}
.dark .prose code {
background: #374151;
color: #e5e7eb;