changed button colors

This commit is contained in:
jorge-vitrubio 2022-02-03 14:08:07 +01:00
parent 35042d141d
commit ae0e2f640f
1 changed files with 2 additions and 1 deletions

View File

@ -136,8 +136,9 @@ table a:focus {
}
input[type="submit"] {
background: var(--color-seondary);
background: var(--color-hangar);
border: 0;
border-radius: var(--global-radius);
padding: 0.4em 2.2em;
font-size: 1.1em;
color: var(--color-white);