Some styling and removing extra stuff

This commit is contained in:
2025-06-03 12:04:11 -07:00
parent 0c4a8a1ddf
commit 2ac5a7e244
22 changed files with 383 additions and 466 deletions

View File

@@ -3,8 +3,16 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()} Your name here. All rights reserved.
&copy; {today.getFullYear()} Terakoda, LLC. All rights reserved.
<!--
<div class="social-links">
footer {
background-color: #334155; /* Slightly darker dark background */
color: #fdfafc; /* Light Text */
text-align: center;
padding: 20px;
font-size: 0.9em;
}
<a href="https://m.webtoo.ls/@astro" target="_blank">
<span class="sr-only">Follow Astro on Mastodon</span>
<svg
@@ -38,13 +46,15 @@ const today = new Date();
>
</a>
</div>
-->
</footer>
<style>
footer {
padding: 2em 1em 6em 1em;
background: linear-gradient(var(--gray-gradient)) no-repeat;
color: rgb(var(--gray));
text-align: center;
background-color: #334155; /* Slightly darker dark background */
color: #fdfafc; /* Light Text */
text-align: center;
font-size: 0.9em;
}
.social-links {
display: flex;