PamGram/resources/genshin/weapon/weapon.css
2022-07-26 18:07:31 +08:00

20 lines
334 B
CSS

body {
background-color: #f5f6fb;
}
.page-container {
border: 1px solid #e0dad3;
background-color: #f0ece8;
box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.base-weapon-info-source {
overflow: hidden;
border: 4px solid #e0dad3;
}
.ascension-materials-info {
overflow: hidden;
border: 1px solid #e0dad3;
}