202402022029

This commit is contained in:
nelle 2024-02-02 20:29:40 -07:00
parent f0f306f973
commit 0fec7684ec

View file

@ -13,9 +13,8 @@ const today = new Date();
</footer>
<style>
footer {
padding: 2em 1em 6em 1em;
background: var(--gray-darker) no-repeat;
color: var(--gray);
padding: 2em 1em;
background-color: var(--light);
text-align: center;
}
.social-links {
@ -26,9 +25,9 @@ const today = new Date();
}
.social-links a {
text-decoration: none;
color: var(--gray);
color: var(--dark);
}
.social-links a:hover {
color: var(--gray-dark);
color: var(--darker);
}
</style>