From b6fdee9da53afedd0c03b3ec29284360d54b1290 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:47:06 +0800
Subject: [PATCH] #增加许可证
---
src/main/webapp/static/css/index.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index e625365..60e071c 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -7,7 +7,7 @@
}
.sidebar {
- width: 8%;
+ width: 10%;
height: 50%;
line-height: 5.625em;
position: fixed;
@@ -76,11 +76,11 @@
.nav-unselect {
- color: #FFFFFF;
+ color: #000000;
}
.nav-select {
font-weight: 900;
- color: #fff;
+ color: #ffe100;
}
--
Gitblit v1.9.1