WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user