Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Mar 29, 2024
1 parent 95a518f commit d418324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/starlight/integrations/expressive-code/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const starlightExpressiveCode = ({
}),
preprocessComponentConfig: `
import starlightConfig from 'virtual:starlight/user-config'
import { useTranslations, getStarlightEcConfigPreprocessor } from '@astrojs/starlight/internal'
import { useTranslations, getStarlightEcConfigPreprocessor } from '@openscript-ch/astro-course-theme/internal'
export default getStarlightEcConfigPreprocessor({ starlightConfig, useTranslations })
`,
Expand Down
4 changes: 1 addition & 3 deletions packages/starlight/style/props.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@
--sl-line-height: 1.8;
--sl-line-height-headings: 1.2;

--sl-font-system: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
--sl-font-system: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--sl-font-system-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
'Courier New', monospace;
--__sl-font: var(--sl-font, var(--sl-font-system)), var(--sl-font-system);
Expand Down

0 comments on commit d418324

Please sign in to comment.