diff --git a/themes/conventional-commits/static/css/scss/themes/_dark-mode.scss b/themes/conventional-commits/static/css/scss/themes/_dark-mode.scss index 3f17050..b1f6bc6 100644 --- a/themes/conventional-commits/static/css/scss/themes/_dark-mode.scss +++ b/themes/conventional-commits/static/css/scss/themes/_dark-mode.scss @@ -185,6 +185,11 @@ html.theme-dark .markdown-body { 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-dark { display: none;