@charset "utf-8";

/* Display Twitter handle on each slides (without first) */

.remark-slide-container:nth-of-type(n + 2) .remark-slide-content:after {
    content: '@kasiarzyna25';
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-weight: normal;
    opacity: 0.5;
}

.remark-slide-content.no-display-twitter-handle:after {
    display: none;
}
