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
+5 -1
View File
@@ -17,7 +17,7 @@
max-width: auto;
margin:0 0;
margin-top: 96px;
background-color: #ffec3f;
background-color: #90ff82;
padding-bottom: 96px;
padding-left: 32px;
padding-right: 32px;
@@ -34,4 +34,8 @@
display: grid;
grid-template-columns: auto auto auto;
gap: 8px;
}
.warning {
color: #570000;
}
+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;
}
}