feat: borderless button, header vertical offset

This commit is contained in:
Mateusz 2025-08-12 17:13:21 +02:00
parent af90629c56
commit 6b423a5608

View File

@ -27,6 +27,11 @@ button {
color: black;
}
#submit,
#submit:hover {
border: 0;
}
.hidden {
display: none;
}
@ -51,6 +56,10 @@ footer section p {
color: white;
}
header section h1 {
margin: 1rem 0;
}
footer section p a {
color: var(--icd-rentgen-color);
}