Skip to content

Commit

Permalink
Fix: Change to default text color
Browse files Browse the repository at this point in the history
  • Loading branch information
FlemmingMP committed Jul 1, 2024
1 parent 29299b9 commit 7714e64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/contact-footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,16 @@
.container {
width: var(--container-width);
margin-inline: auto;
color: white;
padding-block: 4rem;

display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
}

.content p, h2, input {
color: hsl(var(--blue-base) 30%);
}

.content p:last-child {
font-size: 0.8rem;
color: hsl(var(--blue-base) 40%);
}

input {
Expand Down

0 comments on commit 7714e64

Please sign in to comment.