From a2ee6729cd463b94c5c9d25113245b61e0bec928 Mon Sep 17 00:00:00 2001 From: Matt Begent Date: Wed, 22 Apr 2020 16:41:27 +0100 Subject: [PATCH] Make buttons have border-radius: 0 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f819edd..1a2d474 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,7 @@ button { border: none; background: var(--surface); box-shadow: var(--border-raised-outer), var(--border-raised-inner); + border-radius: 0; min-width: 75px; min-height: 23px;