Skip to content

Commit 19acbfe

Browse files
authored
fix: fixed Content links color (#898)
1 parent 742b8b8 commit 19acbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sub-blocks/Content/Content.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $darkSecondary: var(--g-color-text-dark-secondary);
127127
#{$block}__title *,
128128
#{$block}__text .yfm,
129129
#{$block}__text .yfm *,
130-
#{$block}__link a {
130+
#{$block}__links a {
131131
color: $lightPrimary;
132132
}
133133

@@ -160,7 +160,7 @@ $darkSecondary: var(--g-color-text-dark-secondary);
160160
#{$block}__title *,
161161
#{$block}__text .yfm,
162162
#{$block}__text .yfm *,
163-
#{$block}__link a {
163+
#{$block}__links a {
164164
color: $darkPrimary;
165165
}
166166

0 commit comments

Comments
 (0)