mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-09-18 21:07:48 +02:00
style: fix link color not changed in dark
This commit is contained in:
parent
3d4d4601bc
commit
d3ea270e1e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user