Skip to content

Commit

Permalink
Update code radius
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Dec 22, 2024
1 parent f8084b8 commit 7631e4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig({
"@fontsource-variable/jetbrains-mono/wght-italic.css",
"./src/tailwind.css",
],
expressiveCode: {
styleOverrides: { borderRadius: "0.3rem" },
},
sidebar: [
{
label: "Intro",
Expand Down
4 changes: 4 additions & 0 deletions src/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

:not(pre) > code {
border-radius: 0.3rem;
}

0 comments on commit 7631e4f

Please sign in to comment.