Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Saahil <neon@saahild.com>
  • Loading branch information
NeonGamerBot-QK authored Oct 4, 2024
1 parent 737a4c9 commit b90b3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');
:root {
--rosewater: #f5e0dc;
--flamingo: #f2cdcd;
Expand Down Expand Up @@ -31,6 +32,9 @@ body,
html {
background-color: var(--mantle);
color: var(--text);
font-family: "Creepster", system-ui;
font-weight: 400;
font-style: normal;
}
.btn {
border-radius: 10px;
Expand Down

0 comments on commit b90b3ab

Please sign in to comment.