This commit is contained in:
2025-01-09 09:30:12 -08:00
parent ca58f24df3
commit 8e92d0617e
19 changed files with 301 additions and 177 deletions

View File

@@ -560,10 +560,50 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-navy-sky {
background: linear-gradient(90deg, rgba(0, 0, 102, 1) 0%, rgba(51, 153, 255, 1) 100%);
h1 {
color: white !important;
}
h2 {
color: white !important;
}
h3 {
color: white !important;
}
strong {
color: white !important;
}
p {
color: white !important;
}
}
.g-sky-bright {
.bg-color-sky-bright {
background: linear-gradient(90deg, rgba(51, 153, 255, 1) 0%, rgba(51, 153, 255, 0.5) 100%);
h1 {
color: white !important;
}
h2 {
color: white !important;
}
h3 {
color: white !important;
}
strong {
color: white !important;
}
p {
color: white !important;
}
}
.bg-color-gradient-light-blue {
@@ -619,6 +659,19 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-red-yellow {
background: linear-gradient(90deg, rgba(204, 1, 51, 1)0%, rgba(255, 176, 32, 1) 100%);
color: white;
li {
color: white;
}
p {
color: white;
}
a {
color: white;
}
}
.g-sky-border {