This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/neptun/theme.css

20 lines
328 B
CSS

@import url(../_assets/reveal.js/dist/theme/black.css);
@import url(../_assets/fonts/TeXGyreAdventor/index.css);
.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: "TeX Gyre Adventor";
}
.reveal section img {
margin: 0;
background: none;
border: none;
box-shadow: none;
}