From f19e1f429e3405202957b9c3dacbec06f0764a05 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 15 三月 2022 14:51:07 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/index.css | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css index 15641b0..089ed6d 100644 --- a/src/main/webapp/static/css/index.css +++ b/src/main/webapp/static/css/index.css @@ -41,7 +41,7 @@ } .sidebar ul { font-size: 20px; - font-weight: 700; + font-weight: 5c00; padding-left: 15%; } @@ -51,16 +51,17 @@ } .sidebar a:hover { - color: rgb(87,214,201); + color: rgb(255, 148, 111); } .nav-unselect { - color: #5D7677; + color: #FFFFFF; } .nav-select { - color: rgb(87,214,201); + font-weight: 900; + color: rgb(255, 148, 111); } -- Gitblit v1.9.1