diff --git a/src/css/custom.css b/src/css/custom.css index 10e003c1f..d53c680a6 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -3,15 +3,15 @@ } [data-theme='dark']:root { - --ifm-color-primary: #7FA8F1; - --ifm-link-color: #7FA8F1; + --ifm-color-primary: #7fa8f1; + --ifm-link-color: #7fa8f1; --docsearch-muted-color: white; } [data-theme='light']:root { - --ifm-color-primary: #1554B7; - --ifm-link-color: #1554B7; - --docsearch-muted-color: #494B5F; + --ifm-color-primary: #1554b7; + --ifm-link-color: #1554b7; + --docsearch-muted-color: #494b5f; } .wrapper { @@ -483,6 +483,10 @@ details.alert div { padding-top: 0; } +.textBlockWithLinks a { + text-decoration: underline; +} + @media only screen and (min-width: 1024px) { .projectTitle { margin-top: 80px; diff --git a/src/pages/help.js b/src/pages/help.js index a5e318d1e..2cbdb30fe 100755 --- a/src/pages/help.js +++ b/src/pages/help.js @@ -64,18 +64,20 @@ export default function Help(props) {

Need help?

Buy a course

-

+

Learn how to test JavaScript with{' '} Kent C. Dodds @@ -105,7 +107,7 @@ export default function Help(props) { community successful and improve tests for everyone in the long run.

-

+

Please consider helping us answer community questions and update documentation content via the help links above. You can also help support{' '}