Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theWhiteWulfy committed Aug 8, 2024
1 parent 74916e9 commit 235e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/entry.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
a:active,
a:visited {
color: var(--text-color);
text-decoration-color: color-mod(var(--text-color) lightness(60%));
text-decoration-color: rgba(var(--text-color), 0.6);
text-decoration-skip-ink: auto;
}

Expand Down

0 comments on commit 235e19e

Please sign in to comment.