diff --git a/custom/style.css.php b/custom/style.css.php index 6d8814f..e0de9b9 100644 --- a/custom/style.css.php +++ b/custom/style.css.php @@ -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);