feat: change CTA button color for AB test (#56137)

pull/56140/head
Ahmad Abdolsaheb 2024-09-18 00:40:58 +03:00 committed by GitHub
parent e42683f263
commit f591324d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -234,18 +234,9 @@ figcaption.caption {
margin: 0px;
min-width: 300px;
max-width: fit-content;
background-image: none;
color: var(--primary-background) !important;
background-color: var(--primary-color);
border-color: var(--primary-color);
padding: 12px;
}
.landing-page-b .landing-top .btn-cta-big:hover,
.landing-page-b .landing-top .btn-cta-big:focus {
background-color: var(--quaternary-color) !important;
}
.landing-page-b .logo-row-title {
font-weight: normal;
}