Skip to content

Commit

Permalink
update audio player styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MohGanji committed Dec 19, 2024
1 parent 606f47b commit 6f6843e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions audio-player.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.audio-player {
font-family: Arial, sans-serif;
margin: 20px auto;
padding: 20px;
border: 1px solid var(--quote-color);
border-radius: 8px;
border: solid .0625rem rgb(221 221 221/0.35);
border-radius: 0.25rem;
background-color: var(--quote-bg-color);
}

Expand Down

0 comments on commit 6f6843e

Please sign in to comment.