Skip to content

Commit 925540b

Browse files
committed
style "finish" buttons in popups to look like real button
1 parent 9782313 commit 925540b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/archive-now.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ class ArchiveNow extends LitElement {
7373
</p>
7474
<p>
7575
When you’re done, click the
76-
<strong class="font-semibold text-brand-green">Finish</strong> button.
76+
<strong
77+
class="rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white"
78+
>Finish</strong
79+
>
80+
button.
7781
</p>`,
7882
"page-load": html`<p class="mb-3">
7983
All pages visited so far will be included in your archive.
@@ -84,8 +88,11 @@ class ArchiveNow extends LitElement {
8488
</p>
8589
<p>
8690
Click
87-
<strong class="font-semibold text-brand-green">Finish</strong> to
88-
finalize your archive.
91+
<strong
92+
class="rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white"
93+
>Finish</strong
94+
>
95+
to finalize your archive.
8996
</p>`,
9097
error: html`
9198
<p class="mb-3">

0 commit comments

Comments
 (0)