style: fix link color not changed in dark

This commit is contained in:
Jordan Labrosse 2025-09-02 13:22:41 +02:00
parent 3d4d4601bc
commit d3ea270e1e
No known key found for this signature in database

View File

@ -185,6 +185,11 @@ html.theme-dark .markdown-body {
fill: var(--text-secondary); fill: var(--text-secondary);
} }
// Fix hardcoded white text colors
.theme-dark .no-style-a {
color: var(--text-primary) !important;
}
// Netlify badge theme switching // Netlify badge theme switching
.netlify-badge-dark { .netlify-badge-dark {
display: none; display: none;