Skip to content

Commit

Permalink
dark mode color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 14, 2023
1 parent 1af9519 commit a809c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body {
overflow-x: hidden;
font-family: hkgrotesk, sans-serif;
background-color: var(--background);
color: var(--font);
}

*::selection {
Expand Down Expand Up @@ -140,7 +141,6 @@ p {
width: 100%;
top: 0;
left: 0;
color: var(--font);
display: flex;
justify-content: center;
}
Expand Down

0 comments on commit a809c4b

Please sign in to comment.