Skip to content

Commit

Permalink
fix(mdx-admonitions): change code text size in admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed May 3, 2022
1 parent ced82aa commit 7f67c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Aside/Aside.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
.admonition li {
@apply my-0 !important;
}

.admonition code {
@apply text-sm;
}

0 comments on commit 7f67c9b

Please sign in to comment.