From f30322f6c4a5fd8350204aa93d5c3fb280bd36ad Mon Sep 17 00:00:00 2001
From: Ying Tung Lau <lauy5@cardiff.ac.uk>
Date: Fri, 27 Jan 2023 16:36:33 +0000
Subject: [PATCH] Replace styles.css

---
 portfolio/static/styles.css | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/portfolio/static/styles.css b/portfolio/static/styles.css
index 7e07a63..15a9b9c 100644
--- a/portfolio/static/styles.css
+++ b/portfolio/static/styles.css
@@ -78,7 +78,7 @@ label {
     margin-bottom: 20px;
 }
 .btn-primary {
-    background-color: #1020b5;
+    background-color: #154b38;
     color: white;
 }
 .alert-danger {
@@ -89,7 +89,7 @@ label {
 
 .comment-container {
     margin-bottom: 20px;
-    border: 1px solid rgb(73, 73, 73);
+    border: 1px solid rgb(15, 62, 35);
     padding: 10px;
 }
 .comment-date {
@@ -114,4 +114,8 @@ th {
 .table-margin {
         margin-bottom: 100px; /* adjust as needed */
     }
-    
\ No newline at end of file
+    
+.alert {
+        display: flex;
+        justify-content: center;
+     }
\ No newline at end of file
-- 
GitLab