mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 22:21:56 +00:00
more improvements, add GH repo
This commit is contained in:
parent
88049ca7a2
commit
78fb5423bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user