Skip to content

Instantly share code, notes, and snippets.

@kazutan
Created September 18, 2015 10:25
Show Gist options
  • Save kazutan/f4d8573bc4d9eb860ab5 to your computer and use it in GitHub Desktop.
Save kazutan/f4d8573bc4d9eb860ab5 to your computer and use it in GitHub Desktop.
/* for {revealjs} */
.reveal section.slide>h1 {
color: blue;
}
.reveal .progress {
height: 15px;
margin-bottom: 5px;
}
.reveal .slide {
text-align:left;
}
.reveal table{
border-style: solid;
}
.reveal table th {
border-style: solid;
}
.reveal table td {
border-style: solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment