From 6bef445c55ce8f78d9e57c993f9954e84b34a74d Mon Sep 17 00:00:00 2001 From: Wedone <110472725+WedoneOfficiel@users.noreply.github.com> Date: Tue, 7 May 2024 18:58:30 +0200 Subject: [PATCH] Update style.css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 62b291d..0de64fd 100644 --- a/style.css +++ b/style.css @@ -18,5 +18,7 @@ button { } button:hover { - background-color: rgba(255, 255, 255, 0.8); + /* background-color: rgb(0 0 0 / 80%); */ + color: white; + background-image: linear-gradient(to right, #00c6ff, #0072ff); }