new source link and spotify layout
This commit is contained in:
parent
7090ca1f4a
commit
a8deacf808
@ -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)."
|
note="third full version of the site, this ones a complete ui rebuild (still on cf workers, always)."
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="srcline">
|
||||||
|
<a
|
||||||
|
href="https://git.zachy.cc/zach/website/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
data-umami-event="src"
|
||||||
|
>
|
||||||
|
source ↗
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -447,6 +447,20 @@ img {
|
|||||||
color: var(--faint);
|
color: var(--faint);
|
||||||
user-select: none;
|
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 {
|
.backlink {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user