Skip to content

Commit

Permalink
Improvements to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnyLlama committed Apr 22, 2024
1 parent ac670a7 commit 4c0e1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body {
> footer {
grid-area: footer;
color: palette.$surface;
background-color: palette.$primary400;
background-color: palette.$primary500;
margin-top: 5vmin;
padding: 2rem;
font-family: settings.$font-family-default;
Expand All @@ -74,7 +74,7 @@ body {
a,
a:visited {
color: inherit;
text-decoration: solid underline 1px palette.$grey400;
text-decoration: solid underline 1px palette.$primary300;
transition: text-decoration .3s;

&:hover {
Expand Down

0 comments on commit 4c0e1b9

Please sign in to comment.