fix: add dark theme style for album tracklist
This commit is contained in:
parent
5014e10c7f
commit
119843dad7
@ -26,11 +26,19 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark #album-single-track p {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
#album-single-track small {
|
#album-single-track small {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark #album-single-track small {
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
#album-single-track:hover p {
|
#album-single-track:hover p {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user