Minor styling fixes

This commit is contained in:
Atul R 2019-08-03 22:22:24 +02:00
parent 5d935af59c
commit e50666c566
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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;
}
</style>