Decrease font size on help page

This commit is contained in:
Ajay Ramachandran
2021-08-19 11:45:32 -04:00
parent db34f1fd5b
commit c5044d3ebd
2 changed files with 7 additions and 4 deletions

View File

@@ -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>. 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>
<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>. 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>
<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. 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. You can also hide/show UI elements.
</p> </p>

View File

@@ -129,8 +129,11 @@ a {
text-decoration: none; text-decoration: none;
} }
p,li {
font-size: 16px;
}
p,li,a { p,li,a {
font-size: 20px;
color: #c4c4c4; color: #c4c4c4;
} }