✨
This commit is contained in:
45
pokemon.css
45
pokemon.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user