We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b726f commit bc4a1f9Copy full SHA for bc4a1f9
plus/index.html
@@ -51,6 +51,13 @@ <h3 class="title">
51
</p>
52
</section>
53
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
+
61
<section>
62
<p>
63
<em>
plus/style.css
@@ -84,7 +84,9 @@ h2 {
84
text-transform: uppercase;
85
}
86
87
-p {
+p,
88
+a,
89
+a:visited {
90
color: var(--color-text);
91
font-size: 1.08rem;
92
line-height: 1;
0 commit comments