Hi, im using markdown slides and i like it! But i often have to fix some style issues or want to use some stiles more often. Is might be very nice to save them and just "apply" them or choose from a list previously created. (for example stored in a drive-root/.slides-styles folder (style_1.css, style_2.css,..)

Theme > Options
h1, h2 {
color: #666666 !important;
margin-top: 0 !important;
}
pre code {
font-size: 0.6em !important;
line-height: 1.2 !important;
}
p {
margin-bottom: 1 !important;
margin-top: 0px !important;
line-height: 1.3 !important;
}
li {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
Thanks!