mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 16:57:24 +08:00
18 lines
317 B
CSS
18 lines
317 B
CSS
|
#data-storage {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-repeat: repeat-y;
|
||
|
background-size: cover;
|
||
|
background-position: center;
|
||
|
margin: 20px;
|
||
|
}
|
||
|
|
||
|
.info-box {
|
||
|
border-radius: 30px;
|
||
|
padding: 30px;
|
||
|
backdrop-filter: blur(10px);
|
||
|
background-color: rgba(0, 0, 0, 0.5);
|
||
|
margin-bottom: 20px;
|
||
|
}
|