GitDeepDive/styles/e-reveal.css

36 lines
404 B
CSS
Raw Normal View History

.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;
}
2022-09-23 19:33:41 +00:00
.org-src-container > pre {
padding: 0.5em;
2022-09-23 19:33:41 +00:00
font-size: 100%;
}
code {
2022-09-23 19:33:41 +00:00
font-size: 80%;
padding-right: 1px;
padding-left: 1px;
}