
p.notes { 
    display: none
}

@media only screen {

span.emphasis {
    color: white;
}

span.pkg {
    color: white;
}

.reveal code {
    color: white;
    font-family: courier;
}

.reveal h1, .reveal h2 {
    text-transform: none;
}

/* Override reveal.js styling */
.reveal section img {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Override knir styling */
.source {
    background-color: transparent;
}

pre.r {
    padding: 20px;
    background-color: rgba(255, 255, 255, .9); 
    color: black;
    font-family: monospace;
}

.reveal .progress {
    height: 20px;
}

/* Styling below is for dark background */
table.conversation td {
    color: #93a1a1;
}

}