Skip to content

Commit

Permalink
Added a border to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
dburka committed Jan 2, 2024
1 parent f5aa849 commit 25fde8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Contributors.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
left: 0;
top: 4px;
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.1);
&:hover {
border: 1px solid rgba(0,0,0,0.5);
}
}

0 comments on commit 25fde8e

Please sign in to comment.