Skip to content

Commit

Permalink
feat(docs): styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 22, 2023
1 parent 1f13a3a commit b75bd2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UniLLM is a TypeScript library that enables you to interact with any LLM (Large
<Steps>

### Install UniLLM
```bash
```bash copy
npm i unillm
```

Expand Down
9 changes: 9 additions & 0 deletions apps/docs/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
@tailwind components;
@tailwind utilities;

.nextra-code-block {
> pre {
@apply rounded-md;
@apply bg-stone-800 !important;
@apply border;
@apply border-stone-700;
}
}

.dynamic-code-example {
.nextra-code-block {
@apply bg-stone-900;
Expand Down

0 comments on commit b75bd2d

Please sign in to comment.