Skip to content

Commit

Permalink
Refactor VersionCheck.astro to add cursor pointer to read-more-text
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 1972505 commit 5bda3c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const status = comparison === -1 ? 'outdated' : comparison === 0 ? 'latest' : 'f
color: hsl(var(--text-muted));
text-align: end;
font-weight: 700;
cursor: pointer;
}

.read-more-text:hover {
Expand Down

0 comments on commit 5bda3c8

Please sign in to comment.