mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
10 lines
152 B
CSS
10 lines
152 B
CSS
.rickshaw_graph.red rect {
|
|
fill: red;
|
|
border-top: 1px brown solid;
|
|
}
|
|
|
|
.rickshaw_graph.blue rect {
|
|
fill: blue;
|
|
border-top: 1px darkblue solid;
|
|
}
|