Skip to content

Commit

Permalink
adjsutment color darkmode app footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jul 1, 2024
1 parent 9ae1add commit b205203
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Footer/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin-top: auto;
a {
align-items: center;
color: #000;
color: var(--color-text);
display: flex;
font-size: 1.5em;
justify-content: center;
Expand All @@ -15,5 +15,8 @@
font-size: 1em;
}
}
svg { margin: .5em; }
svg {
margin: .5em;
fill: var(--vtl-background-svg)
}
}

0 comments on commit b205203

Please sign in to comment.