Skip to content

Commit

Permalink
Add cursor pointer to article component
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Agarwal committed Jan 16, 2024
1 parent 07d0bd9 commit 291f8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Article.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ article {
flex: 1 1;
transition: background-color 0.2s ease-in-out;
border-radius: 8px;
cursor: pointer;

h1 {
color: var(--dirty-cream-color);
Expand Down

0 comments on commit 291f8c2

Please sign in to comment.