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/suchmaschine/theme.css

20 lines
320 B
CSS
Raw Normal View History

2020-08-04 01:16:41 +02:00
@import "../_assets/reveal.js/dist/theme/black.css";
2019-03-29 21:03:07 +01:00
@import "../_assets/fonts/Fira Sans/index.css";
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal {
font-family: "Fira Sans", sans-serif;
}
.reveal section img {
margin: 0;
background: none;
border: none;
box-shadow: none;
}