From 8dd425245d7d390d2b5bf8724b467782507c1eab Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Fri, 11 Mar 2022 12:33:52 +0100
Subject: [PATCH] style: beautify css

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 style.css | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/style.css b/style.css
index b209008..ae0008a 100644
--- a/style.css
+++ b/style.css
@@ -79,15 +79,15 @@ h1 {
 }
 
 button {
-    font-size: 1em;
-    padding: 5px 10px;
-    color: white;
-    border: 2px solid white;
-    cursor: pointer;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
-    border-color: white;
-    background-color: #333;
+  font-size: 1em;
+  padding: 5px 10px;
+  color: white;
+  border: 2px solid white;
+  cursor: pointer;
+  -webkit-border-radius: 5px;
+  border-radius: 5px;
+  border-color: white;
+  background-color: #333;
 }
 
 input[type="checkbox"] {
-- 
GitLab