style: make repo link bigger
This commit is contained in:
parent
9793c1e0ca
commit
6a4221d34a
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue