diff --git a/src/styles/list.scss b/src/styles/list.scss index 2e7d781f..dafd065a 100644 --- a/src/styles/list.scss +++ b/src/styles/list.scss @@ -171,19 +171,9 @@ } } &--podle { - background: linear-gradient(300deg, #7F4FFF, #9E54FF); - &::before { - position: absolute; - top: 50%; - left: 50%; - margin: -23% 0 0 -23%; - width: 46%; - height: 0; - padding-bottom: 46%; - background: - url(../images/podle.svg) 50% 50% / 90% auto no-repeat; - content: ''; - } + background: + url(../images/podle.svg) 50% 50% / 50% auto no-repeat, + linear-gradient(300deg, #7F4FFF, #9E54FF); } &--pokedex { image-rendering: pixelated;