From ae0e2f640fad6e325ea8c11d4688fac225d3c9a5 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 3 Feb 2022 14:08:07 +0100 Subject: [PATCH] changed button colors --- custom/style.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);