Skip to content

Commit

Permalink
fix: used lighter color for dark mode code element (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
nc1z authored Jul 27, 2023
1 parent 57a13d4 commit bb931d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/src/scss/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ table {
body {
--custom-code-background-color: var(--strapi-neutral-600);
--custom-code-border-color: var(--strapi-neutral-600);
--custom-code-color: var(--strapi-neutral-100);
--custom-code-color: var(--strapi-neutral-800);
}

pre code {
Expand Down

1 comment on commit bb931d2

@vercel
Copy link

@vercel vercel bot commented on bb931d2 Jul 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

documentation – ./

docs-vercel-v4.strapi.io
documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app

Please sign in to comment.