www/assets/footer.css

12 lines
150 B
CSS
Raw Normal View History

footer {
2023-01-25 17:45:06 +01:00
background-color: var(--bg-0);
2021-06-10 00:02:52 +02:00
padding: 10px;
}
footer p {
2023-01-25 17:45:06 +01:00
color: var(--green);
text-align: center;
}
footer a {
2023-01-25 17:45:06 +01:00
color: var(--green);
}