Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Aug 13, 2023
1 parent fcffaa1 commit 0f37fda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions assets/css/abstracts/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
gap: var(--spacing-06);
margin-block: var(--spacing-04);
overflow: hidden;
color: #fff;
background-color: #000314;
background-color: hsl(var(--surface-dark));
border-radius: var(--radius);

@media (--tablet) {
Expand Down
9 changes: 3 additions & 6 deletions assets/css/components/playlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

.sm-playlist-item-artist {
&::before {
content: ' ';
content: ' ';
opacity: 0.5;
}
}
Expand Down Expand Up @@ -104,7 +104,6 @@
aspect-ratio: 1;
padding: var(--spacing-01);
line-height: 1;
color: #fff;
border-radius: 50%;
transition: background-color var(--transition);

Expand Down Expand Up @@ -137,17 +136,15 @@
}

.sm-playing {
color: #fff;

[data-control='pause'] {
display: initial;
}

[data-control='play'] {
display: none;
}

.sm-playlist-text {
color: white;
}
}

.sm-playlist-cover-art {
Expand Down

0 comments on commit 0f37fda

Please sign in to comment.