This commit is contained in:
2025-08-03 16:19:38 +02:00
parent 789407988b
commit e322d382fc
5 changed files with 36 additions and 1 deletions

View File

@@ -315,3 +315,19 @@
background-color: #0006;
border-radius: 10px;
}
.pokemon.sheet.characterSheet .bgCurve1 {
position: absolute;
background-color: #5e0000;
width: 126px;
height: 100px;
left: 216px;
top: 186px;
}
.pokemon.sheet.characterSheet .bgCurve2 {
position: absolute;
background-color: #5e0000;
width: 100px;
height: 60px;
left: 342px;
top: 126px;
}