feat: style

This commit is contained in:
Barrett Ruth 2025-10-08 15:06:46 -04:00
parent 9d28d24cf2
commit daa99fd9cd
3 changed files with 20 additions and 12 deletions

View file

@ -31,7 +31,7 @@ try {
<GitLayout frontmatter={entry.data} post={entry}>
{cloneCommand && (
<div class="clone-line">
<code>&gt; {cloneCommand}</code>
<code><span class="prompt">&gt;&nbsp;</span>{cloneCommand}</code>
</div>
)}
<Content />