better URL linebreaks + MP3 refs

This commit is contained in:
David Eisinger
2025-01-10 00:30:28 -05:00
parent 434aff903d
commit 30cd4499f3
2 changed files with 2 additions and 3 deletions

View File

@@ -227,7 +227,6 @@ audio::-webkit-media-controls-panel {
@media print {
body {
background-color: white;
font-size: 24px;
padding: 0;
}
@@ -244,6 +243,7 @@ audio::-webkit-media-controls-panel {
color: #eee;
content: " [" attr(href) "]";
font-weight: normal;
word-break: break-all;
}
}