@@ -30,7 +30,7 @@ export default class extends React.Component {
3030 < Heading size = { 2 } fit caps textColor = "black" >
3131 Where You Can Write Your Decks In JSX
3232 </ Heading >
33- < Link href = "https://github.com/FormidableLabs/spectacle" > < Text bold caps textColor = "white " > View on Github</ Text > </ Link >
33+ < Link href = "https://github.com/FormidableLabs/spectacle" > < Text bold caps textColor = "tertiary " > View on Github</ Text > </ Link >
3434 < Text textSize = "1.5em" margin = "20px 0px 0px" bold > Hit Your Right Arrow To Begin!</ Text >
3535 </ Slide >
3636 < Slide transition = { [ 'slide' ] } bgColor = "black" >
@@ -67,12 +67,12 @@ export default class extends React.Component {
6767 < Heading caps fit > Flexible Layouts</ Heading >
6868 < Layout >
6969 < Fill >
70- < Heading size = { 4 } caps textColor = "black " bgColor = "white" margin = { 10 } >
70+ < Heading size = { 4 } caps textColor = "secondary " bgColor = "white" margin = { 10 } >
7171 Left
7272 </ Heading >
7373 </ Fill >
7474 < Fill >
75- < Heading size = { 4 } caps textColor = "black " bgColor = "white" margin = { 10 } >
75+ < Heading size = { 4 } caps textColor = "secondary " bgColor = "white" margin = { 10 } >
7676 Right
7777 </ Heading >
7878 </ Fill >
@@ -85,14 +85,14 @@ export default class extends React.Component {
8585 </ BlockQuote >
8686 </ Slide >
8787 < Slide transition = { [ 'slide' , 'spin' ] } bgColor = "primary" >
88- < Heading caps fit size = { 1 } textColor = "white " >
88+ < Heading caps fit size = { 1 } textColor = "tertiary " >
8989 Smooth
9090 </ Heading >
91- < Heading caps fit size = { 1 } textColor = "black " >
91+ < Heading caps fit size = { 1 } textColor = "secondary " >
9292 Combinable Transitions
9393 </ Heading >
9494 </ Slide >
95- < Slide transition = { [ 'fade' ] } bgColor = "black " textColor = "primary" align = "center middle" >
95+ < Slide transition = { [ 'fade' ] } bgColor = "secondary " textColor = "primary" align = "center middle" >
9696 < List >
9797 < ListItem > < Appear > Inline style based theme system</ Appear > </ ListItem >
9898 < ListItem > < Appear > Autofit text</ Appear > </ ListItem >
@@ -103,12 +103,12 @@ export default class extends React.Component {
103103 </ List >
104104 </ Slide >
105105 < Slide transition = { [ 'slide' ] } bgColor = "primary" >
106- < Heading size = { 1 } caps fit textColor = "white " >
106+ < Heading size = { 1 } caps fit textColor = "tertiary " >
107107 Your presentations are interactive
108108 </ Heading >
109109 < Interactive />
110110 </ Slide >
111- < Slide transition = { [ 'spin' , 'slide' ] } bgColor = "white " >
111+ < Slide transition = { [ 'spin' , 'slide' ] } bgColor = "tertiary " >
112112 < Heading size = { 1 } caps fit textColor = "primary" >
113113 Made with love in Seattle by
114114 </ Heading >
0 commit comments