Skip to content

Commit

Permalink
link colour
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Jul 24, 2024
1 parent 7e99f7c commit 935b0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/typography/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ i {
a {
color: hsl(var(--theme-primary-text-010));
text-decoration: underline;
transition: text-decoration var(--layout-transition-extra-fast);
transition: color var(--layout-transition-extra-fast), text-decoration var(--layout-transition-extra-fast);
}

a:link,
Expand All @@ -102,7 +102,7 @@ a:focus {
}

a:hover {
color: hsl(var(--theme-primary-text-010));
color: rgb(var(--theme-accent));
text-decoration-color: rgb(var(--theme-accent));
}

Expand Down

0 comments on commit 935b0ec

Please sign in to comment.