Skip to content

Commit 2dd8872

Browse files
committed
Publish 2024-09-23
1 parent 85d6f80 commit 2dd8872

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

plus/index.html

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@
2323
<img class="banner__image" src="/images/darkreader-birthday.svg" />
2424
</a>
2525

26-
<h1 class="slogan">
27-
<span class="slogan-1">Color</span> <span class="slogan-2">Your</span> <span class="slogan-3">World</span>
28-
</h1>
29-
30-
<p>
31-
<img class="screenshot" src="/images/plus-palette-shorter.png" alt="Dark Reader color palette">
32-
</p>
33-
34-
<h3 class="title">
26+
<h1 class="title">
3527
<span class="title-darkreader">Dark Reader</span> <span class="title-plus">Plus</span>
36-
</h3>
28+
</h1>
3729

38-
<p>
30+
<p class="description">
3931
Premium themes & custom colors<br>
4032
</p>
4133

@@ -44,17 +36,17 @@ <h3 class="title">
4436
<script type="module" src="/elements/plus-tiers.js"></script>
4537
</p>
4638

47-
<section>
48-
<p>
49-
For any questions please <a href="mailto:[email protected]?subject=[Plus]%20Key">contact us</a>.
50-
</p>
51-
</section>
39+
<h3 class="slogan">
40+
Color Your World
41+
</h3>
42+
43+
<p>
44+
<img class="screenshot" src="/images/plus-palette-shorter.png" alt="Dark Reader color palette">
45+
</p>
5246

5347
<section>
5448
<p>
55-
<em>
56-
Please note this payment does not give access to Dark Reader for Safari (iOS, macOS).
57-
</em>
49+
For any questions please <a href="mailto:[email protected]?subject=[Plus]%20Key">contact us</a>.
5850
</p>
5951
</section>
6052

plus/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ p,
9191
a,
9292
a:visited {
9393
color: var(--color-text);
94-
font-size: 1.08rem;
94+
font-size: 1rem;
9595
line-height: 1;
9696
margin: 0;
9797
text-align: center;
@@ -101,18 +101,23 @@ a:visited {
101101
background-image: linear-gradient(to right, #e7573b, #af6ce9, #40a6e5);
102102
background-clip: text;
103103
color: transparent;
104+
display: none;
104105
font-size: 2.5rem;
105-
font-weight: 900;
106+
font-weight: 100;
106107
margin: 0rem;
107108
text-align: center;
108109
}
109110

110111
.title {
111-
font-size: 2.2rem;
112+
font-size: 2.15rem;
112113
margin: 0;
113114
text-align: center;
114115
}
115116

117+
.description {
118+
font-size: 1.4rem;
119+
}
120+
116121
section {
117122
margin: 1rem 0;
118123
}

0 commit comments

Comments
 (0)