diff --git a/app/assets/sass/docs.scss b/app/assets/sass/docs.scss index cf5e3aa..bc887f4 100755 --- a/app/assets/sass/docs.scss +++ b/app/assets/sass/docs.scss @@ -52,3 +52,10 @@ p .app-code { .nhsuk-table__cell { padding: 16px 16px 16px 0; } + + +// fix with bug for buttons when inverted - should be removed when source code is fixed + +.nhsuk-button--reverse, .nhsuk-button--reverse:link .nhsuk-button--reverse:visited, .nhsuk-button--reverse:active, .nhsuk-button--reverse:hover { + color: $color_nhsuk-blue !important; +} diff --git a/app/views/index.html b/app/views/index.html index 399ad25..0d27122 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -7,13 +7,21 @@
+
Use prototypes to get valuable feedback and insights from user research or the people you work with. -
+ ++{{ button({ + text: "Get started", + href: "/install", + classes: "nhsuk-button--reverse" +}) }} +
+Visit the NHS digital service manual for guidance and examples.
-