mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
Added new hover design for tiger and shiba + design for links for My fancy ass and Tufsie
This commit is contained in:
@@ -184,6 +184,10 @@ span p{
|
||||
#chui h2{
|
||||
}
|
||||
|
||||
#chui a{
|
||||
color: #69f;
|
||||
}
|
||||
|
||||
.animalChoose{
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
@@ -194,9 +198,11 @@ span p{
|
||||
transition: .5s;
|
||||
}
|
||||
.animalChoose:hover{
|
||||
border-radius: 25%;
|
||||
transition: .25s;
|
||||
transform: scale(1.2);
|
||||
background-color: #c33;
|
||||
background-color: red;
|
||||
background-color: var(--clr);
|
||||
cursor: pointer;
|
||||
}
|
||||
.animalChoose:nth-child(1){
|
||||
|
||||
Reference in New Issue
Block a user