Merge pull request #52 from DeepakasBTG/bugs

CSS changes for btn hover
This commit is contained in:
DeepakasBTG 2026-02-06 13:48:24 +05:30 committed by GitHub
commit 155f17bed6

View file

@ -778,7 +778,7 @@ input[type="text"], input[type="email"], input[type="password"], select {
left: 1.5rem;
}
.banner1-cta:hover, .banner1-cta:focus, .banner2-cta:hover, .banner2-cta:focus {
.banner1-cta:hover, .banner1-cta:focus, .banner2-cta:hover, .banner2-cta:focus, #cookie-accept-btn:hover, #cookie-accept-btn:focus, .modal-close:hover, .modal-close:focus {
background: #00871E;
border-color: #00871E;
}