New Style #20

Merged
jakob.scheid merged 15 commits from feature/reworked-style into main 2026-05-06 14:22:47 +02:00
Showing only changes of commit 58d52f59da - Show all commits
+4
View File
@@ -1,5 +1,6 @@
body { body {
margin: 0; margin: 0;
background-color: #ffffff;
} }
header { header {
@@ -31,6 +32,9 @@ form {
form button{ form button{
margin-left: 0; margin-left: 0;
border-radius: 999px;
border: 1.5px solid #ccc;
padding: 10px 15px;
} }
form input{ form input{