feat: style
This commit is contained in:
parent
9d28d24cf2
commit
daa99fd9cd
3 changed files with 20 additions and 12 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ try {
|
|||
<GitLayout frontmatter={entry.data} post={entry}>
|
||||
{cloneCommand && (
|
||||
<div class="clone-line">
|
||||
<code>> {cloneCommand}</code>
|
||||
<code><span class="prompt">> </span>{cloneCommand}</code>
|
||||
</div>
|
||||
)}
|
||||
<Content />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue