Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyff committed Feb 27, 2024
1 parent c6debee commit 49840c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sass/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ footer {

a {
color: var(--subtle-links);

&:hover {
color: var(--primary);
}
}
}

Expand All @@ -57,9 +61,6 @@ footer {
color: var(--subtle-links);
}

.social a:hover {
color: var(--primary);
}

.social nav {
margin: 0;
Expand Down

0 comments on commit 49840c7

Please sign in to comment.