style: smaller repo link
This commit is contained in:
parent
89679a8af5
commit
093a3c5cac
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue