feat: use data api for products
Node.js CI / Lint and Test (push) Successful in 1m35s

This commit is contained in:
2025-09-27 14:52:24 -07:00
parent bc2368866e
commit c8bd129c0f
5 changed files with 53 additions and 585 deletions
+4 -4
View File
@@ -4,8 +4,8 @@
}
:root {
--foreground: #2a0a18;
--background: #ffb6c1bb;
--foreground: #8F2447;
--background: #E1F6F9DC;
}
* {
@@ -85,8 +85,8 @@ a {
align-items: center;
}
.is-dark {
--foreground: #ffb6c1;
--background: #2a0a18bb;
--foreground: #E1F6F9;
--background: #8F2447bb;
}
@media screen and (max-width: 625px) {
#tree-nation-offset-website {