Skip to content

Commit

Permalink
fix cursor-pointer (#182)
Browse files Browse the repository at this point in the history
fix cursor pointer for cards in demo homepage
  • Loading branch information
kian23kpt authored Feb 13, 2024
1 parent d183db2 commit a360ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/default/src/app/home/home.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ blockquote p {
line-height: 1.5;
}

links > * {
.links > * {
cursor: pointer;
}

links > *:hover {
.links > *:hover {
background: #009688;
color: white;
}
Expand Down

0 comments on commit a360ace

Please sign in to comment.