From e415ce1f2850895b300809e2b079ebd1f45f1733 Mon Sep 17 00:00:00 2001 From: TheOldGuy Date: Tue, 3 Sep 2024 15:13:11 +0000 Subject: [PATCH] Style Updates. --- index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0d70570..b94e51e 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,19 @@ width: 100%; max-width: 400px; } + button[type="submit"] { + padding: 8px 16px; + font-size: 16px; /* 80% of the input text font size */ + background-color: #888888; /* Adjust this color to match the palette */ + color: white; + border: none; + border-radius: 5px; + cursor: pointer; + transition: background-color 0.3s ease; + } + button[type="submit"]:hover { + background-color: #aaaaaa; /* Slightly darker shade for hover effect */ + } #countdown { font-size: 24px; margin-top: 20px; @@ -42,7 +55,7 @@
-

Please, enter the Version:

+

Please, Enter the Version: