From 6a7eb78d3462d55796dfc14e693b4e95ef2aacce Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 13 Jun 2024 06:10:26 -0400 Subject: [PATCH] fixing talk button not turning red --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index fceb187..6d0f986 100644 --- a/style.css +++ b/style.css @@ -281,10 +281,6 @@ textarea::placeholder { background-color: #f04747; } -#talk-btn:hover { - background-color: #191919; - transform: scale(1.05); -} /* Main container styles */ main { @@ -551,4 +547,4 @@ a:active { a:visited { color: #b0b0b0; /* Different color for visited links */ -} \ No newline at end of file +}