From 4579db132ec6acefe599fb439b94031658622093 Mon Sep 17 00:00:00 2001 From: Max Gripe <108034506+MaxGripe@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:46:06 +0200 Subject: [PATCH] stuff --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a17ca7..c236f74 100644 --- a/index.html +++ b/index.html @@ -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;