change source code link in footer

This commit is contained in:
2026-05-05 17:08:24 -07:00
parent 3a43ed9f68
commit 159aac612a
13 changed files with 102 additions and 58 deletions

View File

@ -102,6 +102,7 @@
}
.category-title h2 {
text-align: left;
scroll-margin-top: 4rem;
font-family: "Bebas Neue";
margin: 0;
@ -183,14 +184,14 @@ main {
}
}
h1, h3 {
h1, h2, h3 {
font-weight: 400;
}
h1 {
text-align: center;
font-size: 3rem;
margin: 3rem auto;
margin: 3rem auto 1rem;
}
@media (max-width: 650px) {
@ -201,7 +202,8 @@ h1 {
}
h2 {
margin-bottom: 1rem;
text-align: center;
margin-bottom: 4rem;
}
h3 {
@ -542,12 +544,12 @@ a[aria-current="page"] {
<a href="/feed.xml">RSS</a>
</li>
<li>
<a href="https://heckin.technology/inherentlee/fedi-classifieds" target="_blank">source code</a>
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
</li>
</ul>
</footer>
<!-- This page `/daily/2026-05-04/` was built on 2026-05-05T19:40:01.318Z -->
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T00:08:12.194Z -->
</body>
</html>