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
Raw Normal View History

2020-08-04 01:16:41 +02:00
@import url(../_assets/reveal.js/dist/theme/black.css);
2020-05-05 14:41:28 +02:00
@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;
}