Skip to content

Commit

Permalink
fix: fixed Content links color (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
benax-se authored Apr 3, 2024
1 parent 742b8b8 commit 19acbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sub-blocks/Content/Content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $darkSecondary: var(--g-color-text-dark-secondary);
#{$block}__title *,
#{$block}__text .yfm,
#{$block}__text .yfm *,
#{$block}__link a {
#{$block}__links a {
color: $lightPrimary;
}

Expand Down Expand Up @@ -160,7 +160,7 @@ $darkSecondary: var(--g-color-text-dark-secondary);
#{$block}__title *,
#{$block}__text .yfm,
#{$block}__text .yfm *,
#{$block}__link a {
#{$block}__links a {
color: $darkPrimary;
}

Expand Down

0 comments on commit 19acbfe

Please sign in to comment.