/* This file is linked from index.html, and should include any CSS
   overrides that you want to apply to your selected reveal.js
   "white" theme.
*/
body:before {
  content: url(../images/cc_by-sa.svg);
  position: fixed;
  top: 2em;
  left: 2em;
}

body:after {
  content: '@xahteiwi@mastodon.social';
  opacity: 0.5;
  font-family: "Source Sans Pro", sans-serif;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.reveal .hidden {
  display: none;
}

.reveal .overview .hidden {
  display: inherit;
}

.reveal td, .reveal th {
  font-size: 200%;
}

.reveal iframe, .reveal img {
  border: none;
}

.reveal .fragment .visible {
  opacity: 0.4 !important;
}

.reveal .fragment .current-fragment {
  opacity: 1 !important;
}
