/**
 * Copyright (C) 2017 Jens Lechtenbörger
 *
 * Theme for presentation with QR code on title slide
 *
 * Released under the MIT License: https://opensource.org/licenses/MIT
 */

@import url(dbis-longtitle.css);

 /* QR code generated as follows:
qrencode -s 5 -o qr-short-2017-oer-fachforum.png "https://lstu.fr/j4uPFdmX"
Redirects to: https://lechten.gitlab.io/talks/2017-oer-fachforum.html */
.reveal h1:after {
  content: url(qr-short-2017-oer-fachforum.png);
  position: fixed;
  right: 0;
  top: 200px; }
