1
0
Fork 0

add speaker icon before listen link

This commit is contained in:
Rhiannon Morris 2021-12-05 14:24:41 +01:00
parent 5d75f2d696
commit e8dc80e7cb
2 changed files with 6 additions and 1 deletions

1
media/speaker.svg Normal file
View File

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0v32h32v-32z"/></clipPath><clipPath id="b"><path clip-rule="evenodd" d="m15 16 16-16h2v32h-2z"/></clipPath><metadata/><path d="m0 0v32h32v-32z" fill="none"/><g clip-path="url(#a)"><path d="m23.662 24.662c2.297-2.297 3.588-5.413 3.588-8.662s-1.291-6.365-3.588-8.662l-8.662 8.662z" stroke="#000" stroke-width="4"/><g fill="none"><path d="m4 12v8h6l6 6v-20l-6 6z" stroke="#000" stroke-width="4"/><path d="m15 16 16-16h2v32h-2z"/><g clip-path="url(#b)" stroke="#e6e6e6" stroke-width="2.5"><circle cx="15" cy="16" r="11"/><circle cx="15" cy="16" r="6.5"/></g></g><path d="m16 22-6-3-6-1v-6h6l6-6z" fill="#666"/><path d="m4 18h7.172c.53 0 1.039.211 1.414.586l3.414 3.414v4l-6-6h-6z" fill="#515151"/></g></svg>

After

Width:  |  Height:  |  Size: 966 B

View File

@ -190,11 +190,15 @@ rt { --around-image: url(media/star.svg); }
h1, h2 { --around-image: url(media/sparkles.svg); }
.emojo {
.emojo, [href='#listen']::before {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}
[href='#listen']::before {
content: url(media/speaker.svg);
display: inline-block;
}
#links .icon {
display: block;