Skip to content

Commit e2bfe27

Browse files
committed
Publish 2024-09-20
1 parent b8d69f8 commit e2bfe27

File tree

3 files changed

+32
-27
lines changed

3 files changed

+32
-27
lines changed

images/plus-palette-short.png

22.3 KB
Loading

plus/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Timeline — Dark Reader</title>
6+
<title>Dark Reader Plus</title>
77
<meta name="theme-color" content="#141e24">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="shortcut icon" href="/images/icon-256.png">
@@ -23,20 +23,20 @@
2323
<img class="banner__image" src="/images/darkreader-birthday.svg" />
2424
</a>
2525

26-
<h2>
27-
<span class="title-darkreader">Dark Reader</span> <span class="title-plus">Plus</span>
28-
</h2>
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>
2929

3030
<p>
31-
<img class="screenshot" src="/images/plus-palette.png" alt="Dark Reader color palette">
31+
<img class="screenshot" src="/images/plus-palette-short.png" alt="Dark Reader color palette">
3232
</p>
3333

34-
<h3 class="slogan">
35-
<span class="slogan-1">Color</span> <span class="slogan-2">Your</span> <span class="slogan-3">World</span>
34+
<h3 class="title">
35+
<span class="title-darkreader">Dark Reader</span> <span class="title-plus">Plus</span>
3636
</h3>
3737

3838
<p>
39-
Unlock limitless customization possibilities
39+
Unlock limitless customization possibilities<br>
4040
</p>
4141

4242
<script type="module" src="../elements/stats.js"></script>

plus/style.css

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:root {
2-
--color-background: #1b191d;
2+
--color-background: #000000;
33
--color-control: #316e7d;
44
--color-control-hover: #193945;
5-
--color-text: #ac96bb;
5+
--color-text: #656ee2;
66
--color-text-highlight: white;
7-
--color-accent: #e96c4c;
7+
--color-accent: #e9594c;
88
}
99

1010
html {
@@ -59,11 +59,19 @@ footer {
5959
}
6060

6161
h2 {
62-
font-size: 2.25rem;
62+
font-size: 1.25rem;
6363
text-align: center;
6464
}
6565

66+
.name {
67+
font-size: 1.75rem;
68+
line-height: 1;
69+
position: relative;
70+
top: 0.25rem;
71+
}
72+
6673
.title-darkreader {
74+
color: var(--color-accent);
6775
font-weight: 900;
6876
text-transform: uppercase;
6977
}
@@ -76,26 +84,23 @@ h2 {
7684
}
7785

7886
p {
79-
color: white;
87+
color: #7981e6;
88+
font-size: 1.08rem;
89+
line-height: 1;
8090
text-align: center;
81-
text-shadow: 0 0 1rem var(--color-text), 0 0 0.5rem var(--color-text);
8291
}
8392

8493
.slogan {
85-
color: white;
86-
font-size: 2.5rem;
94+
color: transparent;
95+
background-image: linear-gradient(to right, #e7573b, #af6ce9, #40a6e5);
96+
background-clip: text;
97+
font-size: 3rem;
8798
font-weight: 100;
99+
margin: 1rem;
88100
text-align: center;
89101
}
90102

91-
.slogan-1 {
92-
text-shadow: 0 0 1rem hsl(283, 100%, 50%), 0 0 0.5rem hsl(283, 100%, 50%);
93-
}
94-
95-
.slogan-2 {
96-
text-shadow: 0 0 1rem hsl(188, 100%, 50%), 0 0 0.5rem hsl(188, 100%, 50%);
97-
}
98-
99-
.slogan-3 {
100-
text-shadow: 0 0 1rem hsl(204, 100%, 50%), 0 0 0.5rem hsl(204, 100%, 50%);
101-
}
103+
.title {
104+
font-size: 2.2rem;
105+
text-align: center;
106+
}

0 commit comments

Comments
 (0)