From c8950020365a55ba22963521b77e37582d1a99e7 Mon Sep 17 00:00:00 2001 From: Aditi Goyal <56929057+gaditi123@users.noreply.github.com> Date: Wed, 6 May 2020 00:04:02 +0530 Subject: [PATCH] Changed the color of years button --- Stylesheet.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Stylesheet.html b/Stylesheet.html index 1f0250b..8c41575 100644 --- a/Stylesheet.html +++ b/Stylesheet.html @@ -619,16 +619,20 @@ letter-spacing:1px; } - .bg-custom2{ - background: #00838f; - color:#00838f !important; + .bg-custom2{ + background: #00838f !important; + color:#f4f4f4 !important; } - .btn:hover { - background:#00838f; + #year_btn:hover { + background:#f4f4f4 !important; + color: #00838f !important; + transition: 0.4s ease-in; + } +.btn:hover { + background:#00838f !important; color: #f4f4f4 !important; transition: 0.4s ease-in; - - } +} #year_btn{ width:100%; }