Skip to content

Commit

Permalink
feat: change code highlight words color
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jul 19, 2023
1 parent 800e0a7 commit 6ed314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/mdx.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ html.light pre {
}
[data-highlighted-chars] {
box-shadow: 0 0 0 4px var(--tw-shadow-color);
@apply rounded bg-sky-200/50 shadow-sky-200/50 dark:bg-zinc-600/50 dark:shadow-zinc-600/50;
@apply rounded bg-blue-500/[14%] shadow-blue-500/[14%] dark:bg-zinc-500/50 dark:shadow-zinc-500/50;
}
[data-chars-id] {
@apply border-b-2 p-1 shadow-none;
Expand Down

1 comment on commit 6ed314d

@vercel
Copy link

@vercel vercel bot commented on 6ed314d Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.