diff --git a/docs/_config.yml b/docs/_config.yml index 75a7561..5f0ea7b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: NHS Notify +title: NHS Notify Tech Docs # email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this diff --git a/docs/_sass/color_schemes/nhs.scss b/docs/_sass/color_schemes/nhs.scss index 3ecdc4c..5b45b8f 100644 --- a/docs/_sass/color_schemes/nhs.scss +++ b/docs/_sass/color_schemes/nhs.scss @@ -14,3 +14,5 @@ $grey-dk-100: #f0f4f5; $sidebar-color: $grey-dk-000; $body-background-color: $grey-dk-100; $link-color: $blue-000; + +$font-size-7: 1.25rem;