/* 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 {
  display: inline-flex;
  content: '';
  background-image: url(../images/cc_by-sa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 4em;
  width: 4em;
  position: fixed;
  top: 1em;
  left: 1em;
}

body:after {
  content: '@xahteiwi@mastodon.social';
  opacity: 0.5;
  font-size: 150%;
  font-family: sans-serif;
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.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;
}
