mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 19:46:48 +08:00
23 lines
248 B
CSS
23 lines
248 B
CSS
body {
|
|
padding-top: 100px;
|
|
}
|
|
|
|
#detector {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bar rect {
|
|
fill: steelblue;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.bar text {
|
|
fill: #fff;
|
|
}
|
|
|
|
.axis path, .axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
}
|