Make UI improvements #1

Open
mtsz wants to merge 26 commits from mtsz/mt940-mbank-ts:ui-improvements into master
Showing only changes of commit 6b423a5608 - Show all commits

View File

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