Last active
October 8, 2017 09:00
-
-
Save tado/1bf76f4723ff828580c843334862398f to your computer and use it in GitHub Desktop.
Slide style for Markdown Preview Enhanced
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
html body { | |
font-family: Hiragino Sans, Noto Sans CJK JP; | |
width: 100%; | |
} | |
.reveal .slides{ | |
margin: 0 auto; | |
padding: 0; | |
font-size: 1.5rem; | |
h1, h2, h3, h4, h5, h6{ | |
color: #0099cc; | |
margin-bottom: 1em; | |
} | |
h1{ | |
font-size: 2em; | |
} | |
h2{ | |
font-size: 1.5em; | |
} | |
h3{ | |
font-size: 1.0em; | |
} | |
p, li { | |
color: #444444; | |
} | |
h1, h2, h3, h4, h5, h6, li, p{ | |
text-align: left; | |
} | |
h1, h2, h3, h4, h5, h6, p, li{ | |
font-family: Hiragino Sans, Noto Sans CJK JP; | |
line-height: 1.5; | |
} | |
ul, ol { | |
display: block; | |
margin-left: 1em; | |
} | |
p { | |
padding-bottom: 1em; | |
} | |
pre { | |
width: 100%; | |
font-size: 1.0rem; | |
font-family: SF Mono, Menlo, Consolas; | |
line-height: 1.2; | |
font-weight: 400; | |
margin:0; | |
} | |
img{ | |
width:auto; | |
height:auto; | |
max-height:400px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment