Add target on newsletter issue link and complete styling with hover
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user