This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 356
356
margin-bottom : 2vw ;
357
357
border : none;
358
358
color : var (--darkgrey );
359
- font-size : 3.6 rem ;
359
+ font-size : 3.8 rem ;
360
360
line-height : 1.333em ;
361
361
font-weight : 700 ;
362
362
letter-spacing : 0.04rem ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const TOOLBAR_MARGIN = 8;
14
14
const TOOLBAR_PADDING = 12 ;
15
15
16
16
// ms to wait before showing the tooltip
17
- const DELAY = 200 ;
17
+ const DELAY = 120 ;
18
18
19
19
export default Component . extend ( {
20
20
layout,
Original file line number Diff line number Diff line change 25
25
type =" button"
26
26
title =" Heading One"
27
27
class =" dib dim-lite link h10 w9 nudge-top--1"
28
- {{ action " toggleHeaderSection" " h1 " }}
28
+ {{ action " toggleHeaderSection" " h2 " }}
29
29
>
30
- {{ svg-jar " koenig/kg-heading-1" class = (concat (if activeSectionTagNames.isH1 " fill-blue-l2" " fill-white" ) " w4 h4" )}}
30
+ {{ svg-jar " koenig/kg-heading-1" class = (concat (if activeSectionTagNames.isH2 " fill-blue-l2" " fill-white" ) " w4 h4" )}}
31
31
</button >
32
32
</li >
33
33
<li class =" ma0 lh-solid" >
34
34
<button
35
35
type =" button"
36
36
title =" Heading Two"
37
37
class =" dib dim-lite link h10 w9 nudge-top--1"
38
- {{ action " toggleHeaderSection" " h2 " }}
38
+ {{ action " toggleHeaderSection" " h3 " }}
39
39
>
40
- {{ svg-jar " koenig/kg-heading-2" class = (concat (if activeSectionTagNames.isH2 " fill-blue-l2" " fill-white" ) " w4 h4" )}}
40
+ {{ svg-jar " koenig/kg-heading-2" class = (concat (if activeSectionTagNames.isH3 " fill-blue-l2" " fill-white" ) " w4 h4" )}}
41
41
</button >
42
42
</li >
43
43
{{ /unless }}
Original file line number Diff line number Diff line change 100
100
"eslint" : " 4.19.1" ,
101
101
"eslint-plugin-ghost" : " 0.0.25" ,
102
102
"fs-extra" : " 4.0.3" ,
103
- "ghost-spirit" : " 0.0.33 " ,
103
+ "ghost-spirit" : " 0.0.34 " ,
104
104
"glob" : " 7.1.2" ,
105
105
"google-caja-bower" : " https://github.com/acburdine/google-caja-bower#ghost" ,
106
106
"grunt" : " 1.0.3" ,
Original file line number Diff line number Diff line change @@ -5241,9 +5241,9 @@ ghost-ignition@^2.7.0:
5241
5241
prettyjson "^1.1.3"
5242
5242
uuid "^3.0.0"
5243
5243
5244
-
5245
- version "0.0.33 "
5246
- resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.33 .tgz#9ccaed6f1da064a8f1e8d8e3613779273359d864 "
5244
+
5245
+ version "0.0.34 "
5246
+ resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.34 .tgz#a553bf4784aadea394a6713ef0413911176d8c6d "
5247
5247
dependencies :
5248
5248
autoprefixer "8.2.0"
5249
5249
bluebird "^3.4.6"
You can’t perform that action at this time.
0 commit comments