Some styling and removing extra stuff
This commit is contained in:
@@ -3,8 +3,16 @@ const today = new Date();
|
||||
---
|
||||
|
||||
<footer>
|
||||
© {today.getFullYear()} Your name here. All rights reserved.
|
||||
© {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;
|
||||
|
||||
Reference in New Issue
Block a user