File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,11 @@ class ArchiveNow extends LitElement {
73
73
</ p >
74
74
< p >
75
75
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.
77
81
</ p > ` ,
78
82
"page-load" : html `< p class ="mb-3 ">
79
83
All pages visited so far will be included in your archive.
@@ -84,8 +88,11 @@ class ArchiveNow extends LitElement {
84
88
</ p >
85
89
< p >
86
90
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.
89
96
</ p > ` ,
90
97
error : html `
91
98
< p class ="mb-3 ">
You can’t perform that action at this time.
0 commit comments