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