From 8a91aac8c5fd3e7507e8aa9a95bb187c62f6234d Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:06:31 -0700 Subject: [PATCH] Update style.css --- blog/manganelo/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/manganelo/style.css b/blog/manganelo/style.css index 8c8256b..c39857b 100644 --- a/blog/manganelo/style.css +++ b/blog/manganelo/style.css @@ -148,7 +148,7 @@ body { } .youtube-button:hover { - background-color: #CC0000; + background-color: #0fb8b8; transform: scale(1.05); }