Skip to content

Commit

Permalink
github link
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwheeler committed Jun 30, 2015
1 parent cac91a5 commit 4ebb4ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions presentation/deck.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class extends React.Component {
<Heading size={2} fit caps textColor="black">
Where You Can Write Your Decks In JSX
</Heading>
<Link href="https://github.com/FormidableLabs/spectacle"><Text bold caps textColor="white">View on Github</Text></Link>
<Text textSize="1.5em" margin="20px 0px 0px" bold>Hit Your Right Arrow To Begin!</Text>
</Slide>
<Slide transition={['slide']} bgColor="black">
Expand Down
4 changes: 3 additions & 1 deletion themes/default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ module.exports = {
display: 'block',
margin: '0.5em auto'
},
link: {},
link: {
textDecoration: 'none'
},
listItem: {
fontSize: '2.66em'
},
Expand Down

0 comments on commit 4ebb4ac

Please sign in to comment.