Skip to content

Commit 95405bb

Browse files
committed
Publish 2024-10-19
1 parent c6cccd4 commit 95405bb

File tree

19 files changed

+148
-162
lines changed

19 files changed

+148
-162
lines changed

elements/sponsors-top-short.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ const cssText = `
213213
margin-top: 0.125rem;
214214
}
215215
.pie-button-link {
216-
background-image: linear-gradient(135deg, #ad4abb 14%, #696af6 58%, #38b4a8);
216+
background-color: var(--color-bg);
217+
background-image: var(--pie-gradient, linear-gradient(135deg, #ad4abb 14%, #696af6 58%, #38b4a8));
217218
border: none;
218219
margin: 0.5rem 0;
219220
padding: 0.0625rem;

help/be/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/cs/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/de/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/en/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/es/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/fr/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/it/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/ja/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

help/mobile/index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
<darkreader-pay-tiers></darkreader-pay-tiers>
3434
<script type="module" src="/elements/pay-tiers.js"></script>
3535
</div>
36-
<div class="v2-secondary-banners">
37-
<div class="v2-secondary-banner v2-banner-mobile">
38-
<darkreader-mobile-top-short></darkreader-mobile-top-short>
39-
<script type="module" src="/elements/mobile-top-short.js"></script>
40-
</div>
41-
<div class="v2-secondary-banner v2-banner-pie">
42-
<darkreader-backers-top-short></darkreader-backers-top-short>
43-
<script type="module" src="/elements/sponsors-top-short.js"></script>
44-
</div>
36+
<div class="v2-secondary-banner v2-banner-mobile">
37+
<darkreader-mobile-top-short></darkreader-mobile-top-short>
38+
<script type="module" src="/elements/mobile-top-short.js"></script>
39+
</div>
40+
<div class="v2-secondary-banner v2-banner-pie">
41+
<darkreader-backers-top-short></darkreader-backers-top-short>
42+
<script type="module" src="/elements/sponsors-top-short.js"></script>
4543
</div>
4644
</div>
4745
</div>

0 commit comments

Comments
 (0)