so ein bisschen buttons und links und non admin user tests

This commit is contained in:
2026-06-06 18:13:40 +02:00
parent dfb031949b
commit 2a15f77f4f
3 changed files with 15 additions and 3 deletions
+9 -1
View File
@@ -62,7 +62,7 @@ body {
font-size: 26px;
input, button {
input, button, a {
padding: 16px;
font-size: 1.8rem;
background-color: #f0f0f0;
@@ -75,4 +75,12 @@ body {
button {
margin: 16px 0;
}
a {
color: #000000;
text-align: center;
border-style: dashed;
}
}