chore: use accent color for song/artist/album cards

This commit is contained in:
Phan An 2022-08-09 18:30:11 +02:00
parent 7108afa3fb
commit 7704bef3ac
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC
2 changed files with 5 additions and 5 deletions

View file

@ -68,11 +68,11 @@ article {
align-items: center;
&:focus, &:focus-within {
box-shadow: 0 0 1px 1px var(--color-highlight);
box-shadow: 0 0 1px 1px var(--color-accent);
}
&.playing {
color: var(--color-highlight);
color: var(--color-accent);
}
button {
@ -172,7 +172,7 @@ article {
color: var(--color-text-primary);
&:hover {
color: var(--color-highlight);
color: var(--color-accent);
}
}
}

View file

@ -41,7 +41,7 @@
}
&:focus, &:focus-within {
box-shadow: 0 0 1px 1px var(--color-highlight);
box-shadow: 0 0 1px 1px var(--color-accent);
}
&:hover .right, &:focus-within .right {
@ -112,7 +112,7 @@
}
&:focus, &:hover {
color: var(--color-highlight);
color: var(--color-accent);
}
}