From 9864efb6b2a57d591ad213f060d49f08f4dc2fbe Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Wed, 1 Mar 2023 23:03:14 +0800 Subject: [PATCH] up --- hk_style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hk_style.css b/hk_style.css index cc0bc7c..1257adc 100644 --- a/hk_style.css +++ b/hk_style.css @@ -111,8 +111,9 @@ border-radius: 8px; } /* beauty */ +/* 2023.3.1 update */ header{ - background-color: rgba(0,0,0,0); + background-color: rgb(255 255 255 / 50%); } body{ background: url("https://git.chenx221.cyou/chenx221/Public_Assets/raw/branch/main/disk_bg.jpg") center; @@ -133,3 +134,12 @@ body{ /* .breadcrumbs{ background-color: rgba(255,255,255,0.7) } */ + +/* 2023.3.1 update */ +.breadcrumbs, .breadcrumbs span{ + color: #3a3a3a !important; +} +body div div nav { + background-color: rgb(255 255 255 / 50%); + border-bottom-right-radius: 16px; +}