Skip to content

Commit

Permalink
#108 - Add cursor: pointer to the block
Browse files Browse the repository at this point in the history
  • Loading branch information
markovukiceviccn committed Dec 21, 2023
1 parent b2f5fe1 commit cd6205f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/v2-pencil-promo/v2-pencil-promo.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
margin: 20px 0;
}

.v2-pencil-promo:hover {
cursor: pointer;
}

.v2-pencil-promo__content a {
color: var(--c-primary-white);
}
Expand Down

0 comments on commit cd6205f

Please sign in to comment.