1
0
Fork 0
This commit is contained in:
Chenx221 2022-09-10 22:53:43 +08:00
parent 14b5f49810
commit 79de1cbb26
2 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -104,7 +104,10 @@ header{
background-color: rgba(0,0,0,0);
}
body{
background: black;
background: url("https://git.chenx221.cyou/chenx221/Public_Assets/raw/branch/main/disk_bg.jpg");
background-size: cover;
background-repeat: no-repeat no-repeat;
cover;
}
.column .card{
background-color: rgba(255, 255, 255, 0.8);