feat(gist): gist page

This commit is contained in:
Barrett Ruth 2025-10-08 14:41:23 -04:00
parent 7b09edb899
commit fdb2fa808a
4 changed files with 54 additions and 19 deletions

View file

@ -232,16 +232,3 @@ 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;
}