Skip to content

Commit

Permalink
Merge pull request #9099 from Jarsen136/issue-9095
Browse files Browse the repository at this point in the history
fix: link color override
  • Loading branch information
yangwao committed Jan 23, 2024
2 parents c13c91b + d8fc785 commit 002ffc1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,11 @@ main {
}

body {
@include ktheme() {
color: theme('text-color');
}

@apply text-text-color;

a {
@include ktheme() {
color: theme('text-color');
}
&:hover {
@include ktheme() {
color: theme('link-hover');
}
}
@apply text-text-color hover:text-link-hover;
}

strong,
Expand Down

0 comments on commit 002ffc1

Please sign in to comment.