LiteyukiBot-TriM/liteyuki/resources/vanilla_resource/templates/css/card.css
2024-04-27 11:42:58 +08:00

31 lines
547 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 {
display: flex;
justify-content: center;
align-items: center;
}
#author-text {
margin-left: 20px;
color: var(--sub-text-color);
font-size: 30px;
}