diff --git a/apps/public/app/global.css b/apps/public/app/global.css index 1730bd63..84d9e40f 100644 --- a/apps/public/app/global.css +++ b/apps/public/app/global.css @@ -197,4 +197,20 @@ strong { h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { font-size: inherit !important; +} + +.prose pre { + background: hsl(var(--background-dark)); + border: 1px solid hsl(var(--background-light)); + padding: 10px 15px; + border-radius: 10px; + font-size: 12px; +} + +.prose pre code { + background: transparent; + padding: 0; + border-radius: 0; + font-size: inherit; + border: none; } \ No newline at end of file diff --git a/apps/public/app/not-found.tsx b/apps/public/app/not-found.tsx index 0dc597f0..4050bb26 100644 --- a/apps/public/app/not-found.tsx +++ b/apps/public/app/not-found.tsx @@ -12,6 +12,7 @@ export default function NotFound({ }): React.ReactElement { return (