23 lines
199 B
CSS
23 lines
199 B
CSS
rect.background
|
|
{
|
|
fill: black;
|
|
}
|
|
text
|
|
{
|
|
stroke: yellow;
|
|
font-family: sans-serif;
|
|
}
|
|
text.small
|
|
{
|
|
font-size: 10pt;
|
|
text-anchor: end;
|
|
}
|
|
path
|
|
{
|
|
stroke: yellow;
|
|
}
|
|
circle
|
|
{
|
|
stroke: yellow;
|
|
}
|