Skip to content

Commit ebfbb72

Browse files
committed
fix: link color of markdown content
1 parent 7ccbb48 commit ebfbb72

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/index.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ $common-margin: 24px;
3939
margin-bottom: $common-margin;
4040
}
4141

42+
h2,
43+
h3,
44+
h4,
45+
h5,
46+
h6 {
47+
> a {
48+
color: inherit;
49+
}
50+
}
51+
52+
a {
53+
color: var(--color-link);
54+
}
55+
4256
img {
4357
margin-inline: auto;
4458
max-width: 70%;

0 commit comments

Comments
 (0)