Skip to content

Commit

Permalink
more footer tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 11, 2023
1 parent 0204ca8 commit bd0eb38
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,24 +200,17 @@ footer{
justify-content: space-between;
padding: 2em 2em 1.5em 2em;
font-size: 1em;
background-color: var(--gray);
color: #000;
background-color: var(--background);
color: var(--font);
}
footer img {
vertical-align: top;
margin-right: 1.5em;
}
footer a {
color: #000;
text-decoration: none;
}
footer a:hover {
color: #fff;
text-decoration: underline;
opacity: .5;
}

footer a:hover img {
filter: invert(100%);
footer a:hover img, footer a:active img {
opacity: 1;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
Expand Down Expand Up @@ -265,5 +258,8 @@ footer a:hover img {
--primary: #fff;
--font: #fff;
}
footer img {
filter: invert(100%);
}

}

0 comments on commit bd0eb38

Please sign in to comment.