@@ -30,19 +30,17 @@ export default {
align-items: center;
justify-content: center;
cursor: pointer;
+ background-color: transparent;
.artist-image {
width: 7em;
height: 7em;
- border: solid;
border-radius: 60%;
margin-bottom: $small;
background-size: 7rem 7rem;
background-position: center;
background-repeat: no-repeat;
transition: all 0.5s ease-in-out;
- border: solid 1px rgba(5, 5, 5, 0.055);
- box-shadow: 0 0 80px rgb(0, 0, 0);
}
&:hover {
@@ -61,4 +59,4 @@ export default {
max-width: 7rem;
}
}
-
\ No newline at end of file
+