Skip to content

Commit

Permalink
Remove border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Feb 2, 2024
1 parent 6329173 commit e53c8b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default defineConfig({
}], remarkEmdash],
},
integrations: [expressiveCode({
themes: ['material-theme-ocean']
themes: ['material-theme-ocean'],
styleOverrides: {
borderRadius: '0',
}
}), mdx()],
vite: {
plugins: [rawFonts(['.woff'])]
Expand Down

0 comments on commit e53c8b5

Please sign in to comment.