Add target on newsletter issue link and complete styling with hover

This commit is contained in:
2021-10-16 13:14:55 +02:00
parent 7384088388
commit a2d1a4c64c
2 changed files with 46 additions and 5 deletions

View File

@@ -24,8 +24,8 @@
<ul>
{#each issues as { issue, title, date_sent, link, thumbnail: { id } }}
<li class="issue">
<a href={link} rel="external noreferrer noopener">
<Image id={id} width={80} height={56} alt="Issue {issue} thumbnail" />
<a href={link} target="_blank" rel="external noreferrer noopener">
<Image id={id} width={160} height={112} alt="Issue {issue} thumbnail" />
<dl>
<dt>Issue #{issue}</dt>
<dd>