FIX: playlist button colors
This commit is contained in:
parent
66e384a591
commit
2564b809e6
2 changed files with 1 additions and 11 deletions
|
|
@ -205,7 +205,7 @@
|
|||
</svg>
|
||||
<span>Play</span>
|
||||
</button>
|
||||
<button id="download-playlist-btn" class="btn-secondary">
|
||||
<button id="download-playlist-btn" class="btn-primary">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
||||
<polyline points="7 10 12 15 17 10"></polyline>
|
||||
|
|
|
|||
10
styles.css
10
styles.css
|
|
@ -2909,16 +2909,6 @@ input:checked + .slider::before {
|
|||
box-shadow: var(--shadow-sm);
|
||||
}
|
||||
|
||||
#play-playlist-btn {
|
||||
background-color: var(--primary);
|
||||
color: var(--primary-foreground);
|
||||
}
|
||||
|
||||
#download-playlist-btn {
|
||||
background-color: var(--secondary);
|
||||
color: var(--foreground);
|
||||
}
|
||||
|
||||
#play-playlist-btn:hover,
|
||||
#download-playlist-btn:hover {
|
||||
transform: scale(1.05);
|
||||
|
|
|
|||
Loading…
Reference in a new issue