From 224715b348f829119116c3e99e7ec6be82b2bd59 Mon Sep 17 00:00:00 2001 From: onurcatmabacak Date: Tue, 17 Sep 2024 23:17:10 +0200 Subject: [PATCH] improvements --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 04ecf4f..219448e 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ padding: 10px 20px; font-size: 16px; color: rgb(0, 0, 0); - background-color: #ff0000; /* Button color */ + background-color: #ffffff; /* 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: #ff0000; /* Darker shade on hover */ + background-color: #ffffff; /* Darker shade on hover */ } iframe { width: 100%; /* Full width */