From 41eef9a37937505790eeb6fc153717ed1d12bfe5 Mon Sep 17 00:00:00 2001
From: zxa666 <zxadeguge@gmail.com>
Date: Fri, 6 Sep 2024 23:36:27 +0800
Subject: [PATCH] bg rice_yellow

---
 src/containers/App/App.css | 4 ++--
 src/contents/home.tsx      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 95f6d38..4348db4 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -14,8 +14,8 @@ body {
   background-color: #45b06cff;
 }
 
-.bg-victoria {
-  background-color: rgb(211, 240, 130);
+.bg-rice_yellow {
+  background-color: rgb(245, 245, 220);
 }
 
 .bg-miami {
diff --git a/src/contents/home.tsx b/src/contents/home.tsx
index 6fef660..c4dbd31 100644
--- a/src/contents/home.tsx
+++ b/src/contents/home.tsx
@@ -6,7 +6,7 @@ export function Home() {
   return (
     <>
       <div className="container">
-      <div className="row justify-content-center bg-victoria ">
+      <div className="row justify-content-center bg-rice_yellow ">
         <div></div>
 
 
-- 
GitLab