From 459eb03c88ed8902d814ad2a452fcb9a6beff02e Mon Sep 17 00:00:00 2001 From: HNTech Date: Mon, 9 Oct 2023 15:42:59 +0300 Subject: [PATCH] added new button colour --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dd48d82..5354dc7 100644 --- a/style.css +++ b/style.css @@ -51,7 +51,7 @@ hr{ border: none; } #buttontext { - background-color: #3333cc; + background-color: #000280; border: none; color: white; padding: 15px 32px;