mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 17:57:24 +08:00
25 lines
457 B
CSS
25 lines
457 B
CSS
.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: 50px;
|
|
padding: 30px;
|
|
backdrop-filter: blur(10px);
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#author-description {
|
|
text-align: center;
|
|
color: var(--sub-text-color);
|
|
font-size: 30px;
|
|
} |