From 737693db60dcaecfb8653b3824627463dbd74891 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 3 Feb 2026 09:11:35 -0500 Subject: [PATCH] fix: remove custom CSS, centralize prose styling in tailwind config - Remove custom CSS @@ -387,7 +374,7 @@ templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer A colors: { background: { primary: '#1a1b26', - secondary: '#24283b', + secondary: '#16161e', }, text: { primary: '#c0caf5', @@ -396,23 +383,7 @@ templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer A border: '#414868', accent: '#7aa2f7', }, - typography: ({ theme }) => ({ - invert: { - css: { - code: { - backgroundColor: theme('colors.background.primary'), - color: theme('colors.text.primary'), - }, - 'pre code': { - backgroundColor: 'transparent', - }, - pre: { - backgroundColor: '#14151f', - }, - }, - }, - }), - } + }, } }