Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerPalko authored Dec 7, 2023
1 parent 852d1f6 commit 6a85ec7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
html {
@import url('https://rsms.me/inter/inter.css');
html {
background-color: #202124;
color: #ffffff;
font-family: Inter sans-serif;
}
.heading {
text-align: center;
Expand Down Expand Up @@ -28,4 +30,4 @@
color: #c58af9;
background-color: transparent;
text-decoration: underline;
}
}

0 comments on commit 6a85ec7

Please sign in to comment.