Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
indicate header is clickable by changing cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
roannav committed Oct 7, 2023
1 parent 38e1718 commit 094facc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ body{
--padding-m: 16px;
}

header {
cursor: pointer;
}

section {
margin: 1em 0;
padding: 1em;
Expand Down

0 comments on commit 094facc

Please sign in to comment.