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

9 lines
124 B
CSS

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