This commit is contained in:
2025-08-03 14:22:31 +02:00
parent 09279e64c6
commit 5ba70a60e1
5 changed files with 27 additions and 5 deletions

View File

@@ -169,3 +169,11 @@
height: auto;
width: auto;
}
.pokemon.sheet.characterSheet .vertLine {
height: 100%;
width: 5px;
background-color: #5e0000;
}
.pokemon.sheet.characterSheet .menuBox {
background-color: #5e0000;
}