refactor: improved typography, revert back to global.css
This commit is contained in:
parent
4379511206
commit
81d454824a
5 changed files with 38 additions and 33 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue