Skip to content

Commit bc4a1f9

Browse files
committed
Publish 2024-09-20
1 parent 63b726f commit bc4a1f9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

plus/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ <h3 class="title">
5151
</p>
5252
</section>
5353

54+
<section>
55+
<p>
56+
Please <a href="mailto:[email protected]?subject=[Plus]%20Key">contact us</a> if
57+
you haven't received a key within 10 minutes.
58+
</p>
59+
</section>
60+
5461
<section>
5562
<p>
5663
<em>

plus/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ h2 {
8484
text-transform: uppercase;
8585
}
8686

87-
p {
87+
p,
88+
a,
89+
a:visited {
8890
color: var(--color-text);
8991
font-size: 1.08rem;
9092
line-height: 1;

0 commit comments

Comments
 (0)