use git instead of gitea logos

This commit is contained in:
Akis 2022-08-11 16:02:58 +03:00
parent c762ea6352
commit 548c084529
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 3 additions and 11 deletions

View File

@ -52,14 +52,6 @@
align-items: center;
}
.giteacolored {
background-color: #609926;
color: #fff;
font-size: 20px;
display: flex;
align-items: center;
}
a {
border: none;
border-radius: 10px;

View File

@ -45,7 +45,7 @@
<div class="i-simple-icons:matrix"></div>
</a>
<a href="https://git.projectsegfau.lt/ProjectSegfault/">
<div class="i-simple-icons:gitea"></div>
<div class="i-simple-icons:git"></div>
</a>
<div>
<ThemeToggle />

View File

@ -20,8 +20,8 @@
{/if}
{#if git}
<Link url={git} classes="giteacolored">
<div class="i-simple-icons:gitea"></div>
<Link url={git} classes="gitcolored">
<div class="i-simple-icons:git"></div>
</Link>
{/if}
</LinksOuter>