PaiGram/resources/genshin/weapon/weapon.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
334 B
CSS
Raw Permalink Normal View History

2022-07-26 10:07:31 +00:00
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;
}