File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
[data-theme = 'dark' ]: root {
6
- --ifm-color-primary : # 7FA8F1 ;
7
- --ifm-link-color : # 7FA8F1 ;
6
+ --ifm-color-primary : # 7fa8f1 ;
7
+ --ifm-link-color : # 7fa8f1 ;
8
8
--docsearch-muted-color : white;
9
9
}
10
10
11
11
[data-theme = 'light' ]: root {
12
- --ifm-color-primary : # 1554B7 ;
13
- --ifm-link-color : # 1554B7 ;
14
- --docsearch-muted-color : # 494B5F ;
12
+ --ifm-color-primary : # 1554b7 ;
13
+ --ifm-link-color : # 1554b7 ;
14
+ --docsearch-muted-color : # 494b5f ;
15
15
}
16
16
17
17
.wrapper {
@@ -483,6 +483,10 @@ details.alert div {
483
483
padding-top : 0 ;
484
484
}
485
485
486
+ .textBlockWithLinks a {
487
+ text-decoration : underline;
488
+ }
489
+
486
490
@media only screen and (min-width : 1024px ) {
487
491
.projectTitle {
488
492
margin-top : 80px ;
Original file line number Diff line number Diff line change @@ -64,18 +64,20 @@ export default function Help(props) {
64
64
< h1 className = "help-heading-1" > Need help?</ h1 >
65
65
</ header >
66
66
< GridBlock
67
+ className = "textBlockWithLinks"
67
68
contents = { supportLinks . slice ( 0 , 3 ) }
68
69
layout = "threeColumn"
69
70
align = "left"
70
71
/>
71
72
< GridBlock
73
+ className = "textBlockWithLinks"
72
74
contents = { supportLinks . slice ( 3 ) }
73
75
layout = "threeColumn"
74
76
align = "left"
75
77
/>
76
78
< section >
77
79
< h2 className = "help-heading-2" > Buy a course</ h2 >
78
- < p >
80
+ < p className = "textBlockWithLinks" >
79
81
Learn how to test JavaScript with{ ' ' }
80
82
< ExternalLink href = "https://kentcdodds.com" >
81
83
Kent C. Dodds
@@ -105,7 +107,7 @@ export default function Help(props) {
105
107
community successful and improve tests for everyone in the long
106
108
run.
107
109
</ p >
108
- < p >
110
+ < p className = "textBlockWithLinks" >
109
111
Please consider helping us answer community questions and update
110
112
documentation content via the help links above. You can also help
111
113
support{ ' ' }
You can’t perform that action at this time.
0 commit comments