Skip to content

Commit 8393246

Browse files
committed
styles: Explicitly set pointer cursor for links
1 parent f6488ef commit 8393246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/application.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ h1 {
6060
a, .link {
6161
color: var(--link-color);
6262
text-decoration: none;
63+
cursor: pointer;
6364

6465
&:hover {
6566
color: var(--link-hover-color);

0 commit comments

Comments
 (0)