Skip to content

Commit

Permalink
style(docs): fix inline code styling selector
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Mar 10, 2025
1 parent 5f5acb4 commit 868001a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

/* Inline code */
& :not(.code-preview-wrapper *, .code-syntax-wrapper *) > code {
& :not(pre, .code-preview-wrapper *, .code-syntax-wrapper *) > code {
@apply whitespace-nowrap break-all rounded border border-primary-100 bg-gray-50 px-1 text-sm text-primary-700;
font-family:
Menlo,
Expand Down Expand Up @@ -452,7 +452,7 @@ code.language-html .token.comment {
}

/* Inline code */
& :not(.code-preview-wrapper *, .code-syntax-wrapper *) > code {
& :not(pre, .code-preview-wrapper *, .code-syntax-wrapper *) > code {
@apply border-gray-800 bg-gray-900 text-primary-400;
}
}
Expand Down

0 comments on commit 868001a

Please sign in to comment.