Progress on archive page

This commit is contained in:
David Eisinger
2025-01-09 14:29:15 -05:00
parent daa935f44f
commit e7dc35cb20
3 changed files with 42 additions and 0 deletions

View File

@@ -222,4 +222,19 @@ pre {
audio::-webkit-media-controls-panel {
background-color: rgba(0, 0, 0, 0.05);
}
@media print {
body {
padding: 0
}
footer {
display: none;
}
a:not(:has(img), [href^="#"])::after {
content: " (" attr(href) ")";
font-size: 0.8em;
}
}