Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGripe committed Jul 3, 2024
1 parent 182247a commit 4579db1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,18 @@
url('./font/JetBrainsMono-Regular.woff2') format('woff2');
}

body,
input,
textarea,
button {
font-family: 'JetBrains Mono', monospace;
}

html,
body {
min-height: 100%;
margin: 0;
padding: 0;
font-family: 'JetBrains Mono', monospace;
background-color: var(--main-background);
display: flex;
justify-content: center;
Expand Down

0 comments on commit 4579db1

Please sign in to comment.