new source link and spotify layout

This commit is contained in:
zoop 2026-09-08 19:11:38 -04:00
parent 7090ca1f4a
commit a8deacf808
No known key found for this signature in database
GPG Key ID: 15C0D336C9E08F3F
2 changed files with 24 additions and 0 deletions

View File

@ -115,6 +115,16 @@ const kaoCount = kaoMs > 0 ? `${Math.floor(kaoMs / 86_400_000)}d` : "in effect";
note="third full version of the site, this ones a complete ui rebuild (still on cf workers, always)."
/>
</p>
<p class="srcline">
<a
href="https://git.zachy.cc/zach/website/"
target="_blank"
rel="noopener"
data-umami-event="src"
>
source &#8599;
</a>
</p>
</main>
<script>

View File

@ -447,6 +447,20 @@ img {
color: var(--faint);
user-select: none;
}
.srcline {
margin: 0.5rem 0 0;
}
.srcline a {
font-family: var(--mono);
font-size: 0.72rem;
letter-spacing: 0.06em;
color: var(--faint);
text-decoration: none;
transition: color 0.16s ease;
}
.srcline a:hover {
color: var(--accent);
}
.backlink {