Skip to content

Commit

Permalink
Adjusted theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev committed Jul 17, 2016
1 parent 4bde1da commit 7d85e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "spectacle-code-slide",
"name": "@codesequence/spectacle-code-slide",
"version": "0.1.10",
"description": "Present code with style.",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/CodeSlideTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const styles = {
top: '20px',
transform: 'translate(-50%)',
padding: '20px 40px',
border: '10px solid hotpink',
border: '10px solid #3498db',
fontSize: '2.5em',
color: 'white',
textTransform: 'uppercase',
Expand Down

0 comments on commit 7d85e93

Please sign in to comment.