新版状态页面

This commit is contained in:
2024-04-26 15:06:21 +08:00
parent 5100ca6c77
commit f69844717f
121 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,19 @@
.data-storage {
display: none;
}
body {
background-repeat: repeat-y;
background-size: cover;
background-position: center;
text-shadow: 1px 1px 2px black;
margin: 20px;
}
.info-box {
border-radius: 30px;
padding: 30px;
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.5);
margin-bottom: 20px;
}