Skip to content

Commit c3d9755

Browse files
authored
Merge pull request #23 from webrecorder/style-buttons-in-popups
style "finish" buttons in popups to look like real button
2 parents 9782313 + eebaa22 commit c3d9755

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="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
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="cursor-default rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white ring-1 ring-inset ring-lime-700"
93+
>Finish</strong
94+
>
95+
to finalize your archive.
8996
</p>`,
9097
error: html`
9198
<p class="mb-3">

0 commit comments

Comments
 (0)