From 127dca0376d63cfd6e8a791ee6124a50f87636fb Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Wed, 19 Mar 2025 15:13:56 +0700
Subject: [PATCH] Project Round 7

---
 public/css/styles.css | 2 +-
 views/index.ejs       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/css/styles.css b/public/css/styles.css
index 19e669e..c7ff0d8 100644
--- a/public/css/styles.css
+++ b/public/css/styles.css
@@ -14,7 +14,7 @@ body {
 
 /* HEADER */
 header {
-  background: #0073e6;
+  background: #4D55CC;
   color: #fff;
   padding: 20px;
   text-align: center;
diff --git a/views/index.ejs b/views/index.ejs
index dcae4db..f8335f7 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -5,6 +5,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Tour Website</title>
   <link rel="stylesheet" href="/css/styles.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
+
 </head>
 <body>
   <header>
-- 
GitLab