css: preserve play icon on podcasts

This commit is contained in:
Chris Tactic 2024-11-12 11:09:34 +01:00
parent a7eb1f4aa3
commit 56f9ecff1f

View File

@ -132,6 +132,14 @@ a.heading.title:hover {
/*color: var(--link-hv-fg); */
color: #738ef2;
}
.a-sound-item .label::before, .a-sound-item.playing .label::before, .a-sound-item.playing .label:hover::before {
content: "";
font-family: "Font Awesome 6 Free";
margin-right: .6em;
}
.button, a.button, button.button {
border: 0;
}