style: smaller repo link

This commit is contained in:
Ayo Ayco 2023-05-13 08:55:30 +02:00
parent 89679a8af5
commit 093a3c5cac

View file

@ -27,7 +27,7 @@ const form = new FormGroup([
value: "Get cozy!",
}}
/>
<a 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>
<style is:inline>
@ -54,4 +54,8 @@ const form = new FormGroup([
color: white;
font-weight: bolder;
}
a.repo-link {
font-size: x-small;
color: brown;
}
</style>