www/assets/footer.css

12 lines
136 B
CSS
Raw Normal View History

footer {
2021-08-16 12:35:32 +02:00
background-color: #002b36;
2021-06-10 00:02:52 +02:00
padding: 10px;
}
footer p {
2021-08-16 12:35:32 +02:00
color: #859900;
text-align: center;
}
footer a {
2021-08-16 12:35:32 +02:00
color: #859900;
}