File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ var fonts = { // <--- Font variables used in the presentation
7272module .exports = {
7373 colors: colors,
7474 fonts: fonts,
75- global: { // <--- Global styles added to a <style> tag in the bdoy
75+ global: { // <--- Global styles added to a <style> tag in the body
7676 body: {
7777 background: colors .primary ,
7878 fontFamily: fonts .primary ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Fit from './fit';
99import Heading from './heading' ;
1010import Image from './image' ;
1111import Layout from './layout' ;
12- import Link from './Link ' ;
12+ import Link from './link ' ;
1313import ListItem from './list-item' ;
1414import List from './list' ;
1515import Quote from './quote' ;
@@ -36,4 +36,4 @@ export {
3636 S ,
3737 Slide ,
3838 Text
39- }
39+ }
You can’t perform that action at this time.
0 commit comments