minor color refactors

This commit is contained in:
geoffrey45
2022-02-22 09:58:09 +03:00
parent 92c2443c7c
commit 5e48496ccb
22 changed files with 20 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,6 @@ export default {
padding: $small;
border-radius: .75rem;
text-align: left !important;
background-color: #726c7227;
&:hover {
background-color: #1b3688cb;
@@ -48,6 +47,7 @@ export default {
width: 7rem;
margin-bottom: 0.25rem;
font-size: 0.9rem;
font-weight: bold;
}
.artistsx {
+3 -4
View File
@@ -34,13 +34,12 @@ export default {
.artist-image {
width: 7em;
height: 7em;
border-radius: 50%;
border: solid;
border-radius: 60%;
margin-bottom: $small;
background-size: 7rem 7rem;
background: url("../../assets/images/null.webp");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-position: top;
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);