Skip to content

Commit 14ce48d

Browse files
authored
Merge pull request #691 from limzykenneth/main
Fix links not using dark mode color
2 parents 6d683a8 + 5ac798f commit 14ce48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/markdown.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
a {
2222
color: var(--type-magenta-dark);
2323
text-decoration-color: var(--type-magenta-dark);
24+
25+
.dark-theme & {
26+
color: var(--type-magenta);
27+
text-decoration-color: var(--type-magenta);
28+
}
2429
}
2530

2631
a.button-link {

0 commit comments

Comments
 (0)