Skip to content

Commit

Permalink
Add Stellar type button CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 25, 2023
1 parent 24821c5 commit d623ccc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions play.pokemonshowdown.com/style/sim-types.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,19 @@
background: linear-gradient(to bottom, hsl(310,41%,77%), hsl(310,41%,83%));
border-color: hsl(310,41%,41%);
}

.movemenu button.type-Stellar {
background: linear-gradient(90deg, hsl(330, 65%, 65%), hsl(126, 71%, 73%), hsl(231, 100%, 77%));
border-color: linear-gradient(90deg, hsl(330, 66%, 58%), hsl(126, 79%, 65%), hsl(231, 98%, 65%));
}
.movemenu button.type-Stellar small {
color: hsl(244, 24%, 24%);
}
.movemenu button.type-Stellar:hover {
background: linear-gradient(90deg, hsl(330, 65%, 62%), hsl(126, 71%, 67%), hsl(231, 100%, 68%));
border-color: linear-gradient(90deg, hsl(330, 66%, 58%), hsl(126, 79%, 65%), hsl(231, 98%, 65%));
}
.movemenu button.type-Stellar:active, .movemenu button.type-Stellar.pressed {
background: linear-gradient(90deg, hsl(330, 65%, 45%), hsl(126, 71%, 73%), hsl(231, 100%, 86%));
border-color: linear-gradient(90deg, hsl(330, 66%, 58%), hsl(126, 79%, 65%), hsl(231, 98%, 65%));
}

0 comments on commit d623ccc

Please sign in to comment.