forked from ProjectSegfault/website
use git instead of gitea logos
This commit is contained in:
parent
c762ea6352
commit
548c084529
@ -52,14 +52,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.giteacolored {
|
|
||||||
background-color: #609926;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 20px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<div class="i-simple-icons:matrix"></div>
|
<div class="i-simple-icons:matrix"></div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://git.projectsegfau.lt/ProjectSegfault/">
|
<a href="https://git.projectsegfau.lt/ProjectSegfault/">
|
||||||
<div class="i-simple-icons:gitea"></div>
|
<div class="i-simple-icons:git"></div>
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if git}
|
{#if git}
|
||||||
<Link url={git} classes="giteacolored">
|
<Link url={git} classes="gitcolored">
|
||||||
<div class="i-simple-icons:gitea"></div>
|
<div class="i-simple-icons:git"></div>
|
||||||
</Link>
|
</Link>
|
||||||
{/if}
|
{/if}
|
||||||
</LinksOuter>
|
</LinksOuter>
|
||||||
|
Loading…
Reference in New Issue
Block a user