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

20 lines
324 B
CSS

@import "../_assets/reveal.js/dist/theme/black.css";
@import "../_assets/fonts/Rajdhani/index.css";
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal {
font-family: "Rajdhani", sans-serif;
}
.reveal section img {
margin: none;
background: inherit;
border: none;
box-shadow: none;
}