From 8c5a5d99648d2e66b23648118cf003feb1bd4f93 Mon Sep 17 00:00:00 2001 From: Henri Date: Fri, 27 Nov 2020 21:02:29 +0100 Subject: [PATCH] Round button corners --- src/webroot/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webroot/static/styles.css b/src/webroot/static/styles.css index 39f6645..061c9b7 100644 --- a/src/webroot/static/styles.css +++ b/src/webroot/static/styles.css @@ -25,6 +25,7 @@ a:hover { .button { background-color: blue; border: none; + border-radius: 4px; color: white; padding: 4px 2px; width: 110px;