From a1ff48ca04791bd2e0dc5a908edec39297fb4fed Mon Sep 17 00:00:00 2001 From: 65160381 <65160381@go.buu.ac.th> Date: Tue, 25 Mar 2025 03:12:45 +0000 Subject: [PATCH] Update file product.ejs --- views/product.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/product.ejs b/views/product.ejs index fb53a99..90aadb0 100644 --- a/views/product.ejs +++ b/views/product.ejs @@ -10,7 +10,7 @@ <style> /* --- Background และตัวอักษร --- */ body { - background-color: #1a1a1a; + background-color: #f81c1c; color: #ffffff; font-family: Arial, sans-serif; } @@ -45,8 +45,8 @@ body { /* --- ปุ่ม Orange --- */ .btn-orange { - background-color: #ff6600; - color: white; + background-color: #fff0e1; + color: rgb(10, 10, 10); border: none; padding: 10px 18px; border-radius: 8px; -- GitLab