File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
src/css/components/0_utilities Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ module.exports = {
51
51
path : `${ __dirname } /src/images`
52
52
}
53
53
} ,
54
+ `gatsby-plugin-catch-links` ,
54
55
`gatsby-transformer-sharp` ,
55
56
`gatsby-plugin-sharp` ,
56
57
{
Original file line number Diff line number Diff line change 10
10
"crypto" : " ^1.0.1" ,
11
11
"gatsby" : " ^2.9.2" ,
12
12
"gatsby-image" : " ^2.0.29" ,
13
+ "gatsby-plugin-catch-links" : " ^2.1.2" ,
13
14
"gatsby-plugin-manifest" : " ^2.0.17" ,
14
15
"gatsby-plugin-netlify-cms" : " ^4.0.1" ,
15
16
"gatsby-plugin-offline" : " ^2.0.22" ,
Original file line number Diff line number Diff line change @@ -22,11 +22,15 @@ input[type="text"] {
22
22
@apply p-4 mt-2 mb-2 bg-ThemeBeige block;
23
23
}
24
24
25
- .api-body code {
25
+ .api-body pre code {
26
26
@apply p-2 mt-2 mb-4 bg-ThemeBeige block;
27
27
overflow-x : auto;
28
28
}
29
29
30
+ .api-body code {
31
+ @apply p-1 bg-ThemeBeige;
32
+ }
33
+
30
34
.api-desc code {
31
35
@apply font-normal px-1 bg-ThemeTagGrey inline text-xs relative;
32
36
padding-top : 4px ;
@@ -55,6 +59,8 @@ input[type="text"] {
55
59
}
56
60
57
61
.api-body table code {
58
- @apply py-0 px-2 m-0 mb-1 inline-block text-BaseRed rounded ;
62
+ @apply py-0 px-1 m-0 mb-1 inline-block text-BaseRed;
59
63
line-height : 1.7 ;
64
+ position : relative;
65
+ top : 5px ;
60
66
}
Original file line number Diff line number Diff line change @@ -5378,6 +5378,14 @@ gatsby-link@^2.1.1:
5378
5378
"@types/reach__router" "^1.0.0"
5379
5379
prop-types "^15.6.1"
5380
5380
5381
+ gatsby-plugin-catch-links@^2.1.2:
5382
+ version "2.1.2"
5383
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.2.tgz#f7e04e2b390341ba4b1f8f0e12d4bcf78b1e542d"
5384
+ integrity sha512-ur17fNloBJItWH1CtADFyPDqBHfe2NKV0OenuVpCEIHq4mKdWjPO1Q7cC+0/ZKN1GikpsTAabwXy4JwWIKUSew==
5385
+ dependencies:
5386
+ "@babel/runtime" "^7.0.0"
5387
+ escape-string-regexp "^1.0.5"
5388
+
5381
5389
gatsby-plugin-manifest@^2.0.17:
5382
5390
version "2.1.1"
5383
5391
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.1.1.tgz#e987d6e655b1dcfba6e10d65ff20722aaeb75391"
You can’t perform that action at this time.
0 commit comments