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%; }