From d14988fa3fa97f549fb8eaf601cb2c687cdce143 Mon Sep 17 00:00:00 2001
From: Jan Friedli <jan.friedli@immerda.ch>
Date: Mon, 13 Apr 2020 23:15:34 +0200
Subject: [PATCH] added borders where needed

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/style.css b/static/style.css
index 1430545..d5679b9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -71,6 +71,10 @@ details[open] > summary:before {
     width: 7rem;
 }
 
+.uk-button-primary, .uk-alert {
+	border-radius: 3px;
+}
+
 .shadowed-box {
 	box-shadow: 0 0 7px 1px rgba(223,215,215,0.75);
     padding: 1rem;
-- 
GitLab