Skip to content

Commit

Permalink
style: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Oct 22, 2023
1 parent f282793 commit ea4a2ea
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.2.2",
Expand Down
35 changes: 35 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
.content code {
padding: 2px 5px;
background-color: #303030;
color: #fafafa;
border-radius: 2px;
font-weight: 500;
font-size: 1em;
}
.content pre {
padding: 1.5em;
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
},
},
},
plugins: [],
plugins: [require('@tailwindcss/typography')],
};

0 comments on commit ea4a2ea

Please sign in to comment.