Files
website/custom.css
2025-08-03 16:29:12 +02:00

20 lines
287 B
CSS

.footer-content div {
text-align: center;
margin-bottom: var(--pico-block-spacing-vertical);
}
.markdown-footer {
display: flex;
justify-content: space-between;
align-items: center;
}
a code {
color: var(--pico-primary);;
}
a:hover code {
text-decoration: underline;
}