style: make repo link bigger

This commit is contained in:
Ayo 2023-05-13 23:35:16 +02:00
parent 9793c1e0ca
commit 6a4221d34a

View file

@ -27,7 +27,9 @@ const form = new FormGroup([
value: "Get cozy!", value: "Get cozy!",
}} }}
/> />
<a class="repo-link" href="https://github.com/ayoayco/cozy-reader">Star on GitHub</a> <a class="repo-link" href="https://github.com/ayoayco/cozy-reader"
>Star on GitHub</a
>
</div> </div>
<style is:inline> <style is:inline>
@ -55,7 +57,7 @@ const form = new FormGroup([
font-weight: bolder; font-weight: bolder;
} }
a.repo-link { a.repo-link {
font-size: x-small; font-size: small;
color: brown; color: brown;
} }
</style> </style>