Skip to content

Commit

Permalink
website: Fix codebock style in markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 10, 2023
1 parent dcd6003 commit 179f1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autocorrect-website/src/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

code {
color: var(--tw-prose-pre-code);
@apply bg-gray-100 text-gray-600 dark:bg-stone-900 py-0.5 px-1 font-normal font-mono;
@apply bg-gray-100 text-stone-800 dark:text-gray-300 dark:bg-stone-900 py-0.5 px-1 font-normal font-mono;
font-size: 13px;

&::before,
Expand Down Expand Up @@ -217,7 +217,7 @@
.hljs-code,
.hljs-formula {
/* prettylights-syntax-comment */
color: #8b949e;
color: #5c636c;
}

.hljs-name,
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 179f1b4

Please sign in to comment.