summaryrefslogtreecommitdiffstats
path: root/reporting/css
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/css')
-rw-r--r--reporting/css/default.css6
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;
+}