Skip to content

Commit

Permalink
Style code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
altugbakan committed Nov 29, 2023
1 parent 55de456 commit cbcdf8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/ProjectLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const { project } = Astro.props;
.project a {
@apply text-blue-700 dark:text-blue-500 hover:underline;
}
.project pre {
@apply p-2 rounded-lg;
}
</style>

<BaseLayout title={project.data.name}>
Expand Down

0 comments on commit cbcdf8e

Please sign in to comment.