From b372b06dc08d94731223cef2a741fe7a7a6a09bb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 09 一月 2025 13:55:59 +0800
Subject: [PATCH] 2025-01-09

---
 src/assets/css/table.scss |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/assets/css/table.scss b/src/assets/css/table.scss
index 4ba1965..ff79fc5 100644
--- a/src/assets/css/table.scss
+++ b/src/assets/css/table.scss
@@ -316,34 +316,34 @@
 
   // geekblue
   .background.geekblue-1 {
-    @include tableBackground(#f0f5ff);
+    @include tableBackground(#f0f6ff);
   }
   .background.geekblue-2 {
-    @include tableBackground(#d6e4ff);
+    @include tableBackground(#dee9ff);
   }
   .background.geekblue-3 {
-    @include tableBackground(#adc6ff);
+    @include tableBackground(#b5ccff);
   }
   .background.geekblue-4 {
-    @include tableBackground(#85a5ff);
+    @include tableBackground(#8cadff);
   }
   .background.geekblue-5 {
-    @include tableBackground(#597ef7);
+    @include tableBackground(#638aff);
   }
   .background.geekblue-6 {
-    @include tableBackground(#2f54eb, #ffffff);
+    @include tableBackground(#3860f4, #ffffff);
   }
   .background.geekblue-7 {
-    @include tableBackground(#1d39c4, #ffffff);
+    @include tableBackground(#2544cf, #ffffff);
   }
   .background.geekblue-8 {
-    @include tableBackground(#10239e, #ffffff);
+    @include tableBackground(#162ca8, #ffffff);
   }
   .background.geekblue-9 {
-    @include tableBackground(#061178, #ffffff);
+    @include tableBackground(#0a1882, #ffffff);
   }
   .background.geekblue-10 {
-    @include tableBackground(#030852, #ffffff);
+    @include tableBackground(#060e5c, #ffffff);
   }
   
   // purple
@@ -740,34 +740,34 @@
 
   // geekblue
   .font.geekblue-1 {
-    color: #f0f5ff;
+    color: #f0f6ff;
   }
   .font.geekblue-2 {
-    color: #d6e4ff;
+    color: #dee9ff;
   }
   .font.geekblue-3 {
-    color: #adc6ff;
+    color: #b5ccff;
   }
   .font.geekblue-4 {
-    color: #85a5ff;
+    color: #8cadff;
   }
   .font.geekblue-5 {
-    color: #597ef7;
+    color: #638aff;
   }
   .font.geekblue-6 {
-    color: #2f54eb;
+    color: #3860f4;
   }
   .font.geekblue-7 {
-    color: #1d39c4;
+    color: #2544cf;
   }
   .font.geekblue-8 {
-    color: #10239e;
+    color: #162ca8;
   }
   .font.geekblue-9 {
-    color: #061178;
+    color: #0a1882;
   }
   .font.geekblue-10 {
-    color: #030852;
+    color: #060e5c;
   }
 
   // purple

--
Gitblit v1.8.0