Skip to content

Commit eebaa22

Browse files
committed
style buttons a little more
1 parent 925540b commit eebaa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/archive-now.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ArchiveNow extends LitElement {
7474
<p>
7575
When you’re done, click the
7676
<strong
77-
class="rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white"
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"
7878
>Finish</strong
7979
>
8080
button.
@@ -89,7 +89,7 @@ class ArchiveNow extends LitElement {
8989
<p>
9090
Click
9191
<strong
92-
class="rounded-md bg-lime-400 px-2 py-1.5 font-normal text-white"
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"
9393
>Finish</strong
9494
>
9595
to finalize your archive.

0 commit comments

Comments
 (0)