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 5d7d31b commit d2fbb0dCopy full SHA for d2fbb0d
support-us/index.html
@@ -27,6 +27,10 @@
27
<darkreader-pay-tiers align-left></darkreader-pay-tiers>
28
<script type="module" src="/elements/pay-tiers.js"></script>
29
<div>
30
+ <p>
31
+ By completing the payment you will be able to hide payment messages in the app.
32
+ See <a href="https://darkreader.org/terms/" target="_blank">terms and conditions</a>.
33
+ </p>
34
<h3><img src="/images/darkreader-icon-256x256.png" style="height: 1em; width: 1em;"> Dark Reader</h3>
35
<p>
36
<ul>
support-us/style.css
@@ -60,6 +60,10 @@ ul {
60
row-gap: 0rem;
61
}
62
63
+p {
64
+ max-width: 32rem;
65
+}
66
+
67
footer {
68
font-size: 0.75rem;
69
margin-top: 1rem;
0 commit comments