Created
April 11, 2018 08:23
-
-
Save h1romas4/e9566ad4e5b76f0b28f7ec78f2ef0c6f to your computer and use it in GitHub Desktop.
reveal.js 用の CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
--- | |
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