Files
website/custom.css

26 lines
357 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;
}
.typo-link a {
display: flex;
align-items: center;
gap: 4px;
}
a code {
color: var(--pico-primary);;
}
a:hover code {
text-decoration: underline;
}