GitDeepDive/styles/e-reveal.css
2022-09-23 20:33:41 +01:00

36 lines
404 B
CSS

.figure {
font-size: 35%;
}
p.subtitle {
font-size: 50%;
}
h2.email {
font-size: 70%;
}
section {
font-size: 80%;
}
pre,
code {
color: #000000;
background-color: #e0e0e0;
border-style: solid;
border-width: 1px;
border-color: #c0c0c0;
}
.org-src-container > pre {
padding: 0.5em;
font-size: 100%;
}
code {
font-size: 80%;
padding-right: 1px;
padding-left: 1px;
}