Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions website/theme/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading