more improvements, add GH repo

This commit is contained in:
earth 2022-03-23 18:31:38 -05:00
parent 88049ca7a2
commit 78fb5423bc

View File

@ -48,13 +48,19 @@ export default {
<a
href="changelog.html"
target="_blank"
><i class="fa-solid fa-arrows-rotate" /></a>
><i class="fa-solid fa-file-lines" /></a>
</span>
<span ach-tooltip="Credits">
<a
href="https://example.com"
target="_blank"
><i class="fa-solid fa-users-line" /></a>
><i class="fa-solid fa-users" /></a>
</span>
<span ach-tooltip="GitHub repository">
<a
href="https://github.com/IvarK/IvarK.github.io"
target="_blank"
><i class="fa-brands fa-github" /></a>
</span>
</div>
</div>
@ -69,6 +75,14 @@ export default {
color: white;
}
span {
transition: all .2s ease-in-out;
}
span:hover {
transform: scale(1.1);
}
[ach-tooltip]:before {
width: 20rem;
font-size: 1.5rem;