refactor: improved typography, revert back to global.css

This commit is contained in:
z0x 2025-05-07 09:05:25 -04:00
parent 4379511206
commit 81d454824a
5 changed files with 38 additions and 33 deletions

View file

@ -42,6 +42,7 @@ export default defineConfig({
},
},
styleOverrides: {
codeFontSize: "0.75rem",
borderColor: "var(--border)",
codeFontFamily: "var(--font-mono)",
codeBackground:
@ -52,6 +53,7 @@ export default defineConfig({
"color-mix(in oklab, var(--secondary) 25%, transparent)",
editorActiveTabIndicatorBottomColor: "transparent",
editorActiveTabIndicatorTopColor: "transparent",
editorTabBorderRadius: "0",
editorTabBarBackground: "transparent",
editorTabBarBorderBottomColor: "transparent",
frameBoxShadowCssValue: "none",