Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
pointer cursor on links
Browse files Browse the repository at this point in the history
  • Loading branch information
Flolon committed Jun 6, 2020
1 parent 02dd7e3 commit fb356d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
a {
color: var(--primary);
text-decoration: none;
cursor: pointer;
}
a:hover {
color: var(--primaryLight);
Expand Down

0 comments on commit fb356d2

Please sign in to comment.