Made inline code sky blue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
const inlineCode =
|
||||
"px-1 py-0.5 text-sm rounded-md border border-slate-800 bg-slate-950 text-slate-400 font-mono text-sm";
|
||||
"px-1 py-0.5 text-sm rounded-md border border-slate-800 bg-slate-950 text-sky-200 font-mono text-sm";
|
||||
|
||||
export function InlineCode({ children }: { children: ReactNode }) {
|
||||
return <code className={inlineCode}>{children}</code>;
|
||||
|
||||
Reference in New Issue
Block a user