auspice
Version:
Web app for visualizing pathogen evolution
29 lines (23 loc) • 401 B
CSS
/* Variables - keep in sync with globalStyles.js*/
:root {
--darkGrey: #333;
--medGrey: #888;
}
#d3entropy .overlay {
fill: none;
pointer-events: all;
}
#d3entropy .brush {
stroke: none;
}
#d3entropy .niceText {
font-family: "Lato";
font-size: 14px;
font-style: italic;
color: var(--medGrey);
}
.brush .selection {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}