Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kandyy9 committed Mar 13, 2024
1 parent efa303c commit 3a527a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ img{
padding: 24px 0;
font-weight: 500;
position: relative;
color: var(--dark-color);
color: var(--pressed-state-color);
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

Expand Down Expand Up @@ -418,6 +418,11 @@ footer .logo > .logo-separation{
.footer-social-text{
color: var(--white-color);
font-weight: 500;
margin-bottom: 16px;
}

footer .social-media-list{
gap: 16px;
}

footer .social-media-link:hover,
Expand Down

0 comments on commit 3a527a3

Please sign in to comment.