Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created April 11, 2018 08:23
Show Gist options
  • Save h1romas4/e9566ad4e5b76f0b28f7ec78f2ef0c6f to your computer and use it in GitHub Desktop.
Save h1romas4/e9566ad4e5b76f0b28f7ec78f2ef0c6f to your computer and use it in GitHub Desktop.
reveal.js 用の CSS
/*
---
theme: "White"
customTheme: "my-theme"
center: false
---
*/
.reveal {
background-color: #ddd;
color: #444;
}
.reveal .slides {
text-align: left;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
text-transform: none;
color: #444;
}
.reveal ul li {
margin-left: 0.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment