diff --git a/website/docs/en/guide/start/quick-start.mdx b/website/docs/en/guide/start/quick-start.mdx index 2d13b2c9b..66d5e7375 100644 --- a/website/docs/en/guide/start/quick-start.mdx +++ b/website/docs/en/guide/start/quick-start.mdx @@ -2,7 +2,7 @@ ## Setup environment -Before getting started, you will need to install [Node.js](https://nodejs.org/) >= version 16, it is recommended to use the Node.js LTS version. +Before getting started, you will need to install [Node.js](https://nodejs.org/) >= 16, it is recommended to use the Node.js LTS version. Check the current Node.js version with the following command: diff --git a/website/theme/index.scss b/website/theme/index.scss index 22a55264d..b444e0c54 100644 --- a/website/theme/index.scss +++ b/website/theme/index.scss @@ -16,8 +16,8 @@ --rp-c-brand-lighter: #f2a65a; --rp-c-link: var(--rp-c-brand); --rp-c-brand-tint: rgba(250, 192, 61, 0.15); - --rp-code-title-bg: rgba(250, 192, 61, 0.15); - --rp-code-block-bg: rgba(214, 188, 70, 0.05); + --rp-code-title-bg: rgba(250, 192, 61, 0.1); + --rp-code-block-bg: #fefcf5; --rp-custom-block-info-bg: rgba(250, 192, 61, 0.05); --rp-custom-block-info-border: rgba(250, 192, 61, 0.5); --rp-home-hero-image-width: 300px;