diff options
Diffstat (limited to 'reporting/css/default.css')
-rw-r--r-- | reporting/css/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reporting/css/default.css b/reporting/css/default.css index 7da5e27..a9fa69d 100644 --- a/reporting/css/default.css +++ b/reporting/css/default.css @@ -102,3 +102,9 @@ h2 { stroke: #000; shape-rendering: crispEdges; } + +.dot { + fill: steelblue; + stroke: steelblue; + stroke-width: 1.5px; +} |