diff --git a/media/speaker.svg b/media/speaker.svg new file mode 100644 index 0000000..d803d29 --- /dev/null +++ b/media/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/style.css b/style.css index d547bd4..c91844e 100644 --- a/style.css +++ b/style.css @@ -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;