Files
ytdlp-site/static/style/footer.css
2024-09-20 15:03:27 -06:00

10 lines
145 B
CSS

.footer {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
color: lightgray;
}
.footer a {
color: lightgray;
}