Skip to content

Commit

Permalink
font size
Browse files Browse the repository at this point in the history
  • Loading branch information
algasami committed May 21, 2024
1 parent 19c3f6f commit 2d8fe2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/postBody/PostBody.module.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.postBody {
@apply text-xl leading-loose;
@apply leading-loose;
font-variant-ligatures: none;

:global(.rehype-code-title) {
@apply mt-3 -mb-3 rounded-tl rounded-tr bg-slate-500 px-4 pt-1 pb-2 font-mono text-lg text-gray-200 dark:bg-violet-200 shadow-md;
@apply mt-3 -mb-3 rounded-tl rounded-tr bg-slate-500 px-4 pt-1 pb-2 font-mono text-base text-gray-200 dark:bg-violet-200 shadow-md;
}

div:global(.rehype-code-title) + pre {
Expand Down

0 comments on commit 2d8fe2a

Please sign in to comment.