LiteyukiBot/liteyuki/resources/vanilla_resource/templates/css/card.css

19 lines
353 B
CSS
Raw Normal View History

.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;
}