From 26b4d31daf93d62e769bd173d87128c214d37303 Mon Sep 17 00:00:00 2001 From: Amol shelke Date: Fri, 11 Feb 2022 10:52:16 +0530 Subject: [PATCH] change button styles --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 20a4342..8dfc25c 100644 --- a/style.css +++ b/style.css @@ -593,12 +593,14 @@ input:checked + label:after { padding: 1vh 1.5vh; font-size: 14px; border: none; - background-color: gold; + background-color: #000; + color: #fff; + outline: none; border-radius: 20px; } .hero-container button:hover { - background-color: white; - border-color: gold; + background-color: #fff; + color: #000; transition-duration: 1s; animation-direction: alternate; }