Single post in Site Skins: How-To, and Helpful CSS
Forum Index > PokéFarm > Guides > Site Skins: How-To, and Helpful CSS >
I'm trying to highlight farfetch'd eggs in the shelter, but i can't get it to show up with the highlight. it works with Bishop's blue circle code though, so I'm not really sure what i'm doing wrong. it works with any other egg and it has worked when i highlight ALL normal eggs, but not by itself
This one works:
/* highlight 63 common normal eggs */ img[src*=""],img[src*="pkmn/h/d.png"],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px blue;}
This one doesn't:
#shelterarea > .pokemon > img[src*="h/d.png"]{
box-shadow: 0px 0px 50px 25px yellow;
background-color: yellow;
border-radius:100%;
}
Score: 0



