Signed-off-by: Xiang Dai <long0dai@foxmail.com>
This commit is contained in:
Xiang Dai 2020-11-06 05:46:41 +08:00 committed by GitHub
parent e8043b67b2
commit 1ca232a4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
.algolia-docsearch-suggestion--highlight { .algolia-docsearch-suggestion--highlight {
color: #3a33d1; color: #3a33d1;
} }
/* Highligted search terms in the main category headers */ /* Highlighted search terms in the main category headers */
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header
.algolia-docsearch-suggestion--highlight { .algolia-docsearch-suggestion--highlight {
background-color: #4d47d5; background-color: #4d47d5;

View File

@ -57,7 +57,7 @@ npm install
npm run start npm run start
``` ```
And navigate to `http://localhost:8000` after successfull Gatsby build. And navigate to `http://localhost:8000` after successful Gatsby build.
There is no need to restart Gatsby server almost for all changes: it supports hot reload. There is no need to restart Gatsby server almost for all changes: it supports hot reload.
Also, there is no need to refresh a webpage: hot reload updates changed content on the open page. Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.