chore: Removed theme specific bg color for code snippet
2f305c65
1 file(s) · +1 −1
| 23 | 23 | </div> |
|
| 24 | 24 | ||
| 25 | 25 | <div className="w-full"> |
|
| 26 | - | <div className="relative w-full rounded-lg bg-zinc-100 dark:bg-zinc-800 p-4 overflow-hidden"> |
|
| 26 | + | <div className="relative w-full rounded-lg bg-zinc-800 p-4 overflow-hidden"> |
|
| 27 | 27 | <pre className="text-sm font-mono"> |
|
| 28 | 28 | <code>bun create bhvr@latest</code> |
|
| 29 | 29 | </pre> |