diff --git a/views/product.ejs b/views/product.ejs index f7361d42c25c6569f9414f6e0767741f5cb515b8..a450490c362b697ae2a3f9931569ff3f765e2957 100644 --- a/views/product.ejs +++ b/views/product.ejs @@ -10,7 +10,7 @@ <style> /* --- Background และตัวอักษร --- */ body { - background-color: #3bcaf5; + background-color: #ffffff; color: #ffffff; font-family: Arial, sans-serif; } @@ -19,7 +19,7 @@ body { .container { max-width: 800px; margin-top: 50px; - background: #6d1313; + background: #e3f2fd; padding: 24px; border-radius: 12px; box-shadow: 0 6px 12px rgba(255, 165, 0, 0.15);