From bfe3ebc10c8f8208e2daccb87c76b9f43ea06d3b Mon Sep 17 00:00:00 2001
From: jonasled <jonas@jonasled.de>
Date: Tue, 25 Feb 2020 19:59:45 +0100
Subject: [PATCH] some minor design changes to match darkmode

---
 static/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/static/style.css b/static/style.css
index 249b260..6aebedd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,13 +16,12 @@ display: table;
 .form input {
 font-family: "Roboto", sans-serif;
 outline: 0;
-background: #f2f2f2;
 width: 100%;
-border: 0;
 margin: 0 0 15px;
 padding: 15px;
 box-sizing: border-box;
 font-size: 14px;
+border: solid #b3b3b3;
 }
 .form button {
 font-family: "Roboto", sans-serif;
-- 
GitLab