diff --git a/docs/README.md b/docs/README.md index f40680995..3732697e4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,7 @@ # Guides and Tutorials - [About NodeGui](tutorial/about.md) +- [Examples](https://github.com/master-atul/nodegui/tree/master/examples) - [FAQ](faq.md) - [Setting up the Development Environment](tutorial/development-environment.md) - [Setting up macOS](tutorial/development-environment.md#setting-up-macos) diff --git a/docs/index.html b/docs/index.html index 9011ae029..60b8ea0f5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,6 +24,8 @@ :root { --heading-margin: 0; --cover-heading-color: hsl(204, 90%, 45%); + --heading-h1-color: hsl(204, 90%, 45%); + --heading-h2-color: hsl(204, 90%, 45%); --cover-background-color: white; }