Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/archive-now.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ class ArchiveNow extends LitElement {
</p>
<p>
When you’re done, click the
<strong class="font-semibold text-brand-green">Finish</strong> button.
<strong
class="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
>Finish</strong
>
button.
</p>`,
"page-load": html`<p class="mb-3">
All pages visited so far will be included in your archive.
Expand All @@ -84,8 +88,11 @@ class ArchiveNow extends LitElement {
</p>
<p>
Click
<strong class="font-semibold text-brand-green">Finish</strong> to
finalize your archive.
<strong
class="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
>Finish</strong
>
to finalize your archive.
</p>`,
error: html`
<p class="mb-3">
Expand Down