up
This commit is contained in:
parent
3f8de1c775
commit
9864efb6b2
12
hk_style.css
12
hk_style.css
@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user