This commit is contained in:
2025-01-09 12:14:35 -08:00
parent baf728b22b
commit d0c66fdbfb
8 changed files with 147 additions and 67 deletions

View File

@@ -446,9 +446,22 @@ button[type="submit"].single_add_to_cart_button,
.f-white {
color: white;
&:hover {
color: white !important;
}
p {
color: white;
}
a {
color: white;
&:hover {
color: white !important;
}
}
}
.f-black {