This commit is contained in:
2025-08-04 13:20:43 +02:00
parent 9b981ead9b
commit a9611643d6
6 changed files with 42 additions and 22 deletions

View File

@@ -430,10 +430,10 @@
-o-border-radius: 10px;
}
.pokemon.sheet.characterSheet .container:hover input ~ .checkmark {
background-color: #3de31c;
background-color: #83f16d;
}
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
background-color: #69f84d;
background-color: #30da0c;
}
.pokemon.sheet.characterSheet .checkmark:after {
content: "";
@@ -445,8 +445,8 @@
}
.pokemon.sheet.characterSheet .container .checkmark:after {
top: 5px;
left: 8px;
width: 13px;
left: 13px;
width: 10px;
height: 10px;
border-radius: 50%;
background: black;