From 6eaeb49df3d858058229222ec568c0098c8ec31a Mon Sep 17 00:00:00 2001
From: 65160381 <65160381@go.buu.ac.th>
Date: Tue, 25 Mar 2025 03:16:34 +0000
Subject: [PATCH] Update file product.ejs

---
 views/product.ejs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/views/product.ejs b/views/product.ejs
index f7361d4..a450490 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);
-- 
GitLab