Skip to content

Commit 48e7441

Browse files
committed
Use alternative code block color in blog post
1 parent 0e5c508 commit 48e7441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/tailwindcss-v3-3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Also pour one out for the 50 shades of gray jokes we used to be able to make.
8181
Now you can configure Tailwind CSS in ESM, or even in TypeScript:
8282

8383

84-
```js {{ filename: "tailwind.config.js", style: "framed" }}
84+
```js {{ filename: 'tailwind.config.js', style: 'framed', color: 'pink' }}
8585
/** @type {import('tailwindcss').Config} */
8686
export default {
8787
content: [],

0 commit comments

Comments
 (0)