Skip to content

Commit

Permalink
Example of different styling on different slides
Browse files Browse the repository at this point in the history
  • Loading branch information
mocoso committed Jan 25, 2010
1 parent e620853 commit c225ef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/one/slidesA.md
@@ -1,4 +1,4 @@
!SLIDE
!SLIDE title-slide

# First Slide #

Expand Down
4 changes: 4 additions & 0 deletions example/something.css
Expand Up @@ -2,4 +2,8 @@
* will be included in your presentation */
h1 {
color: red;
}

.title-slide h1 {
color: blue;
}

0 comments on commit c225ef7

Please sign in to comment.