From e1813ddb719c0e5b82081e225f3638b8c4a3de0f Mon Sep 17 00:00:00 2001 From: Max Gripe <108034506+MaxGripe@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:50:02 +0200 Subject: [PATCH] stuff --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c236f74..705fa70 100644 --- a/index.html +++ b/index.html @@ -146,7 +146,9 @@ color: var(--main-background); cursor: pointer; transition: background-color 0.3s ease; - -webkit-appearance: none; + font-family: 'JetBrains Mono'; + font-style: normal; + font-weight: 400; } input[type="submit"]:hover {