From 8901d9c91c6e93b2b64641248eade06d1e5ecbb5 Mon Sep 17 00:00:00 2001 From: maaa Date: Sat, 8 Jul 2023 20:41:47 +0200 Subject: [PATCH] burger --- static/css/xp.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/xp.css b/static/css/xp.css index d37de2e..f90ed46 100644 --- a/static/css/xp.css +++ b/static/css/xp.css @@ -1,7 +1,6 @@ body { margin: 0; background-color: #ebe8d8; - font-family: "Inter", sans-serif; } .navbar { @@ -42,7 +41,6 @@ body { border-color: grey; width: calc(100% - 15px); font-size: 16px; - border-radius: 8px; } .accountform .flash { padding: 7px; @@ -51,7 +49,6 @@ body { border-color: #f1b739; width: calc(100% - 15px); font-size: 16px; - border-radius: 8px; } .accountform button { padding: 7px; @@ -62,7 +59,6 @@ body { background-color: white; font-size: 16px; width: 100%; - border-radius: 8px; } .navbar a {