Closed guillermoscript closed 1 month ago
This pull request includes a small change to the app/globals.css file to update the text color for the dark theme.
app/globals.css
html.dark .prose
var(--foreground)
#e6edf3
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This pull request includes a small change to the
app/globals.css
file to update the text color for the dark theme.app/globals.css
: Changed the text color in thehtml.dark .prose
class fromvar(--foreground)
to#e6edf3
.