Website/slides/talks/2019-1-VizierPitch/style.css

15 lines
412 B
CSS
Raw Normal View History

2019-03-03 20:56:03 -05:00
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; }