www/assets/footer.css

12 lines
140 B
CSS
Raw Normal View History

footer {
background-color: #30638e;
2021-06-10 00:02:52 +02:00
padding: 10px;
}
footer p {
color: lightgray;
text-align: center;
}
footer a {
color: lightgray;
}