14 lines
125 B
SCSS
14 lines
125 B
SCSS
.proposal-graph {
|
|
|
|
.c3-ygrid-lines {
|
|
|
|
line {
|
|
stroke: #005c92;
|
|
}
|
|
|
|
text {
|
|
fill: #005c92;
|
|
}
|
|
}
|
|
}
|