forked from rc/aircox
css: preserve play icon on podcasts
This commit is contained in:
parent
a7eb1f4aa3
commit
56f9ecff1f
|
@ -132,6 +132,14 @@ a.heading.title:hover {
|
||||||
/*color: var(--link-hv-fg); */
|
/*color: var(--link-hv-fg); */
|
||||||
color: #738ef2;
|
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 {
|
.button, a.button, button.button {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user