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

@ -25,6 +25,7 @@ const topicColor = getTopicColor(category);
<BaseLayout title={title} description={description} useKatex={useKatex}, useD3={useD3}>
<slot name="head" slot="head">
<link rel="stylesheet" href="/styles/posts.css" />
<link rel="stylesheet" href="/styles/git.css" />
<link rel="stylesheet" href="/styles/graph.css" />
{
useKatex && (

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 />