This commit is contained in:
@@ -105,7 +105,8 @@ header {
|
||||
.song {
|
||||
background-color: var(--color-choriosity-red--light);
|
||||
background-color: var(--color-white-100);
|
||||
border: 1px solid var(--color-choriosity-red);
|
||||
/*border: 1px solid var(--color-choriosity-red);*/
|
||||
border: 1px solid hsl(calc(var(--hue) * 360), 100%, 40%);
|
||||
box-shadow: 4px 4px 8px var(--color-white-90);
|
||||
padding: 0.4em;
|
||||
border-radius: 0.5em;
|
||||
@@ -118,7 +119,7 @@ header {
|
||||
.cover-container {
|
||||
position: relative;
|
||||
width: 10.67em;
|
||||
height: 6em;
|
||||
height: 6.7em;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
text-align: center;
|
||||
@@ -181,6 +182,7 @@ header {
|
||||
|
||||
.vote-buttons {
|
||||
display: inline-block;
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
.button {
|
||||
@@ -274,12 +276,12 @@ header {
|
||||
/*color-mix(in srgb, var(--main-color) 60%, transparent);*/
|
||||
}
|
||||
|
||||
.vote-buttons {
|
||||
/*.vote-buttons {
|
||||
margin-top: 1em;
|
||||
width: 100%;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}*/
|
||||
|
||||
.song-title,
|
||||
.song-artist {
|
||||
|
||||
Reference in New Issue
Block a user