We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ddb19 commit 3e7fffdCopy full SHA for 3e7fffd
1 file changed
elements/ios-static.js
@@ -16,6 +16,9 @@ const htmlText = `
16
<span class="text-link__darkreader">Dark Reader</span> for iOS
17
</a>
18
</div>
19
+<div class="discount-description">
20
+ 50% off until December 1
21
+</div>
22
<div class="badge-wrapper">
23
<a class="badge-link" href="${safariURL}" target="_blank" rel="noopener">
24
<img src="/images/app-store-badge.svg">
@@ -202,6 +205,12 @@ section {
202
205
.q {
203
206
display: none;
204
207
}
208
+.discount-description {
209
+ color: #63b79f;
210
+ font-size: 0.875rem;
211
+ font-weight: bold;
212
+ text-align: center;
213
+}
214
`;
215
216
class IOSStaticElement extends HTMLElement {
0 commit comments