www/assets/footer.css
Julien Dessaux 6039e9eb3b
All checks were successful
/ all (push) Successful in 19s
chore(css): update typography and spacing
2025-03-23 16:14:07 +01:00

13 lines
200 B
CSS

footer {
background-color: var(--bg-0);
margin-left: auto;
margin-right: auto;
padding: 10px;
}
footer p {
color: var(--green);
text-align: center;
}
footer a {
color: var(--green);
}