Files
5chan/src/views/catalog/catalog.module.css
T

18 lines
288 B
CSS
Raw Normal View History

2024-04-12 14:28:06 +02:00
.footer {
padding: 15px 0 10px 5px;
}
.footer a {
text-decoration: var(--button-text-decoration);
color: var(--button-desktop-text-color);
}
.footer a:hover {
color: var(--button-desktop-text-color-hover);
2024-04-12 14:28:06 +02:00
}
@media (max-width: 640px) {
.footer {
padding-left: 5px;
}
}