This commit is contained in:
Nikolaj
2025-08-05 09:26:58 +02:00
parent a4a235d39f
commit 90daca3ba6
5 changed files with 108 additions and 3 deletions

View File

@@ -483,3 +483,48 @@
.pokemon.sheet.characterSheet .water {
background-color: #6390f0;
}
.pokemon.sheet.characterSheet .electric {
background-color: #F7D02C;
}
.pokemon.sheet.characterSheet .grass {
background-color: #7AC74C;
}
.pokemon.sheet.characterSheet .ice {
background-color: #96D9D6;
}
.pokemon.sheet.characterSheet .fighting {
background-color: #C22E28;
}
.pokemon.sheet.characterSheet .poison {
background-color: #A33EA1;
}
.pokemon.sheet.characterSheet .ground {
background-color: #E2BF65;
}
.pokemon.sheet.characterSheet .flying {
background-color: #A98FF3;
}
.pokemon.sheet.characterSheet .psychic {
background-color: #F95587;
}
.pokemon.sheet.characterSheet .bug {
background-color: #A6B91A;
}
.pokemon.sheet.characterSheet .rock {
background-color: #B6A136;
}
.pokemon.sheet.characterSheet .ghost {
background-color: #735797;
}
.pokemon.sheet.characterSheet .dragon {
background-color: #6F35FC;
}
.pokemon.sheet.characterSheet .dark {
background-color: #705746;
}
.pokemon.sheet.characterSheet .steel {
background-color: #B7B7CE;
}
.pokemon.sheet.characterSheet .fairy {
background-color: #D685AD;
}