cleanup insert url

This commit is contained in:
Barrett Ruth 2025-10-08 00:45:53 -04:00
parent efeb921a1b
commit e0a96c87b5
3 changed files with 32 additions and 1 deletions

View file

@ -111,3 +111,16 @@ pre {
font-size: 0.9em;
}
}
.clone-banner {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Apercu Mono', monospace;
}
.clone-banner code {
font-size: 0.95em;
user-select: all;
white-space: nowrap;
}