aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-08-19 11:45:32 -0400
committerAjay Ramachandran <[email protected]>2021-08-19 11:45:32 -0400
commitc5044d3ebd51c6a01b4b7d7c643f6842bca912ec (patch)
tree74618a4e6ebe5240ac02813222eeaabfa4df94e6
parentdb34f1fd5bf926057cff327cd674c86d303fac28 (diff)
downloadSponsorBlock-c5044d3ebd51c6a01b4b7d7c643f6842bca912ec.tar.gz
SponsorBlock-c5044d3ebd51c6a01b4b7d7c643f6842bca912ec.zip
Decrease font size on help page
-rw-r--r--public/help/index_en.html6
-rw-r--r--public/help/styles.css5
2 files changed, 7 insertions, 4 deletions
diff --git a/public/help/index_en.html b/public/help/index_en.html
index c86e17b3..d6d8d762 100644
--- a/public/help/index_en.html
+++ b/public/help/index_en.html
@@ -22,13 +22,13 @@
Thanks for installing SponsorBlock. By using this extension, you agree to the <a href="https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796">Privacy Policy</a> and <a href="https://gist.github.com/ajayyy/9e8100f069348e0bc062641f34d6af12">Terms of Use</a>.
</p>
- <p class="projectPreview">
+ <p>
Come contribute, make some suggestions and help out on <a href="https://discord.gg/QnmVMpU">Discord</a> or on <a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org">Matrix</a>.
</p>
- <p style="margin-bottom: 0" class="bigText center">Please review the options below</p>
+ <p style="margin-bottom: 0; margin-top: 0" class="bigText center">Please review the options below</p>
- <p>
+ <p class="smallText">
Many features are disabled by default. If you want to skip intros, outros, use Invidious, etc., enable them below.
You can also hide/show UI elements.
</p>
diff --git a/public/help/styles.css b/public/help/styles.css
index d3426cc1..a7b8b9fd 100644
--- a/public/help/styles.css
+++ b/public/help/styles.css
@@ -129,8 +129,11 @@ a {
text-decoration: none;
}
+p,li {
+ font-size: 16px;
+}
+
p,li,a {
- font-size: 20px;
color: #c4c4c4;
}