From 9f8c6eaee206ba970fd42734c44b2fcea5e0f973 Mon Sep 17 00:00:00 2001
From: onurcatmabacak <onurcatmabacak@gmail.com>
Date: Tue, 17 Sep 2024 23:15:06 +0200
Subject: [PATCH] improvements

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index c9d03cb..f670559 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@
           padding: 10px 20px;
           font-size: 16px;
           color: white;
-          background-color: #000000; /* Button color */
+          background-color: #ff0000; /* Button color */
           border: none;
           border-radius: 5px;
           text-decoration: none; /* Remove underline */
@@ -48,7 +48,7 @@
           margin-top: 20px; /* Space above the button */
       }
       .button:hover {
-          background-color: #000000; /* Darker shade on hover */
+          background-color: #ff0000; /* Darker shade on hover */
       }
       iframe {
           width: 100%; /* Full width */