Skip to content

Commit

Permalink
Fix skip to content text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jan 19, 2024
1 parent 316c1bf commit b0fb407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
padding: 0.5rem 1.5rem;
border: 0;
border-radius: 100vw;
background-color: var(--theme-color);
color: var(--mono-tint3);
background-color: var(--cover-button-primary-background);
color: var(--cover-button-primary-color);
opacity: 0;
font-size: inherit;
text-decoration: none;
Expand Down

0 comments on commit b0fb407

Please sign in to comment.