mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
minor color refactors
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user