Skip to content

Commit 85d6f80

Browse files
committed
Publish 2024-09-21
1 parent 29ab917 commit 85d6f80

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

images/plus-palette-shorter.png

20.1 KB
Loading

plus/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="slogan">
2828
</h1>
2929

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

3434
<h3 class="title">

plus/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ footer {
5555
.screenshot {
5656
border-radius: 1.5rem;
5757
box-shadow: 0 0 1rem black;
58+
margin: 1rem 0 0.75rem 0;
5859
max-width: 100%;
5960
width: 24rem;
6061
}
@@ -72,7 +73,9 @@ h2 {
7273
}
7374

7475
.title-darkreader {
75-
color: var(--color-accent);
76+
background-image: linear-gradient(to right, #e7573b, #af6ce9, #40a6e5);
77+
background-clip: text;
78+
color: transparent;
7679
font-weight: 900;
7780
text-transform: uppercase;
7881
}
@@ -95,11 +98,11 @@ a:visited {
9598
}
9699

97100
.slogan {
98-
color: transparent;
99101
background-image: linear-gradient(to right, #e7573b, #af6ce9, #40a6e5);
100102
background-clip: text;
101-
font-size: 3rem;
102-
font-weight: 300;
103+
color: transparent;
104+
font-size: 2.5rem;
105+
font-weight: 900;
103106
margin: 0rem;
104107
text-align: center;
105108
}

0 commit comments

Comments
 (0)