We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac91a5 commit 4ebb4acCopy full SHA for 4ebb4ac
presentation/deck.jsx
@@ -30,6 +30,7 @@ export default class extends React.Component {
30
<Heading size={2} fit caps textColor="black">
31
Where You Can Write Your Decks In JSX
32
</Heading>
33
+ <Link href="https://github.com/FormidableLabs/spectacle"><Text bold caps textColor="white">View on Github</Text></Link>
34
<Text textSize="1.5em" margin="20px 0px 0px" bold>Hit Your Right Arrow To Begin!</Text>
35
</Slide>
36
<Slide transition={['slide']} bgColor="black">
themes/default/index.js
@@ -124,7 +124,9 @@ module.exports = {
124
display: 'block',
125
margin: '0.5em auto'
126
},
127
- link: {},
+ link: {
128
+ textDecoration: 'none'
129
+ },
130
listItem: {
131
fontSize: '2.66em'
132
0 commit comments