From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换

---
 src/styles/ourBackgroundColor.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/styles/ourBackgroundColor.scss b/src/styles/ourBackgroundColor.scss
index 31a731c..80c44ef 100644
--- a/src/styles/ourBackgroundColor.scss
+++ b/src/styles/ourBackgroundColor.scss
@@ -6,9 +6,10 @@
 
 $fontColor: #fff;
 
-$mainB2: #0048e5;
+$mainB2: #205de2;
 $mainB: #004ca7;
 $mainBx1: #013e8a;
+$mainBx2: #03277c;
 
 $mainBhover: #1d5ce4;
 
@@ -19,4 +20,4 @@
 
 $buttonB: #7cbdff;
 
-$inputB1: rgb(25, 88, 233);
+$inputB1: #2d5cc8;

--
Gitblit v1.9.3