1
0
Fork 0
This commit is contained in:
Chenx221 2023-03-01 23:03:14 +08:00
parent 3f8de1c775
commit 9864efb6b2
1 changed files with 11 additions and 1 deletions

View File

@ -111,8 +111,9 @@
border-radius: 8px; border-radius: 8px;
} }
/* beauty */ /* beauty */
/* 2023.3.1 update */
header{ header{
background-color: rgba(0,0,0,0); background-color: rgb(255 255 255 / 50%);
} }
body{ body{
background: url("https://git.chenx221.cyou/chenx221/Public_Assets/raw/branch/main/disk_bg.jpg") center; background: url("https://git.chenx221.cyou/chenx221/Public_Assets/raw/branch/main/disk_bg.jpg") center;
@ -133,3 +134,12 @@ body{
/* .breadcrumbs{ /* .breadcrumbs{
background-color: rgba(255,255,255,0.7) 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;
}