This commit is contained in:
2025-08-03 16:02:59 +02:00
parent 2387ff4958
commit 156b43ab44
4 changed files with 3 additions and 5 deletions

View File

@@ -349,7 +349,6 @@
width : 45px;
background-color: #003300;
float: left;
margin-right: 7px;
text-align: center;
border-radius: 10px;
@@ -368,7 +367,7 @@
-o-box-shadow: -1px 2px #001c91;
}
a .active:after {
.item.active:after {
content: "";
border-top: 30px solid #b0b0b0;
border-left: 30px solid #c00d0d;

View File

@@ -290,7 +290,6 @@
width: 45px;
background-color: #003300;
float: left;
margin-right: 7px;
text-align: center;
border-radius: 10px;
-webkit-border-radius: 10px;
@@ -305,7 +304,7 @@
-moz-box-shadow: -1px 2px #001c91;
-o-box-shadow: -1px 2px #001c91;
}
.pokemon.sheet.characterSheet a .active:after {
.pokemon.sheet.characterSheet .item.active:after {
content: "";
border-top: 30px solid #b0b0b0;
border-left: 30px solid #c00d0d;

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.32",
"version": "0.0.33",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",

Binary file not shown.