diff --git a/index.html b/index.html index aece553..fb41148 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,10 @@

Welcome to PetPet!

Please choose an Animal:

- tiger - shiba + tiger + shiba
-

Made by MrEidam & Tufsie

+

Made by MrEidam & Tufsie

diff --git a/style.css b/style.css index 612ab83..dd6f941 100644 --- a/style.css +++ b/style.css @@ -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){