Skip to content

Commit

Permalink
Change social links bg color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Streiff committed Sep 16, 2024
1 parent 87ad559 commit 79fbaea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,16 @@ footer li a {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.25);
border-radius: 50%;
width: 2.8125rem;
height: 2.8125rem;
}

footer li a:hover {
background-color: rgba(255, 255, 255, 0.5);
}

footer p {
padding-top: 36px;
font-size: 0.875rem;
Expand Down
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,16 @@ footer li a {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.25);
border-radius: 50%;
width: 2.8125rem;
height: 2.8125rem;
}

footer li a:hover {
background-color: rgba(255, 255, 255, 0.5);
}

footer p {
padding-top: 36px;
font-size: 0.875rem;
Expand Down

0 comments on commit 79fbaea

Please sign in to comment.