mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 21:23:00 +05:30
Merge branch 'main' of git.projectsegfau.lt:ProjectSegfault/website
This commit is contained in:
commit
2e5049e8b2
@ -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;
|
||||
|
@ -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 />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user