Website/slides/talks/2019-1-VizierPitch/style.css
2019-03-04 11:53:46 -05:00

15 lines
412 B
CSS

section > attribution {
position: fixed;
bottom: 10px;
right: 20px;
font-size: 12px;
}
.reveal .slides section .fragment.highlight-grey,
.reveal .slides section .fragment.highlight-current-grey {
opacity: 1;
visibility: inherit; }
.reveal .slides section .fragment.highlight-grey.visible {
color: #445; }
.reveal .slides section .fragment.highlight-current-grey.current-fragment {
color: #445; }