flipside-js/src/spectrum/plot/style.css
Bryan Cinman 8120e14533 cleanup spectrum, port to typescript and css modules
move spectrumPlot to spectrum
2019-02-20 04:04:04 -05:00

42 lines
421 B
CSS

.light .marker {
fill: #2d57ed;
}
.light .line {
stroke: #2d57ed;
}
.light .related {
fill: #000;
}
.light .relatedLine {
stroke: #000;
}
.dark .marker {
fill: #20b7fc;
}
.dark .line {
stroke: #20b7fc;
}
.dark .related {
fill: #fff;
}
.dark .relatedLine {
stroke: #fff;
}
.marker {
font-size: 12px;
}
.line {
stroke-width: 1;
}
.relatedLine {
stroke-width: 0.5;
}
.legend {
font-size: 7px;
}