Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
bhark committed Oct 25, 2024
1 parent fdc489e commit ddd47b6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>
</span>

<span class="tetrabit">Tetrabit</span>
<a class="tetrabit" href="https://tetrabit.coop" target="_blank">Tetrabit</a>
</div>

<div id="content">
Expand Down Expand Up @@ -45,18 +45,15 @@
background-color: $sand;
z-index: 999;
span {
font-size: 2rem;
text-transform: uppercase;
}
span.lyra {
span, a {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 10px;
a { color: $black; text-decoration: none; }
font-size: 2rem;
text-transform: uppercase;
text-decoration: none;
color: $black;
}
}
Expand Down

0 comments on commit ddd47b6

Please sign in to comment.