From 27c10989e7c0fb799b0f580ccb9092ed4cfe0d72 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 May 2024 18:54:56 +0200 Subject: style: remove border-radius --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/static') diff --git a/frontend/static/style.css b/frontend/static/style.css index d6534b8..f21d3ac 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -1,4 +1,5 @@ :root { + --standard-border-radius: 0; --preformatted: var(--code); } form { -- cgit 1.4.1