diff options
Diffstat (limited to 'bench/runner.html')
-rw-r--r-- | bench/runner.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bench/runner.html b/bench/runner.html index 4c40208..0e005f1 100644 --- a/bench/runner.html +++ b/bench/runner.html @@ -4,8 +4,10 @@ <title>SVG.js benchmarker</title> <style> body { - font-family: 'Helvetica Light', Helvetica, sans-serif; + font-family: 'Menlo', monospace; font-weight: 300; + color: #999; + font-size: 14px; } svg { width: 2px; @@ -14,6 +16,12 @@ position: fixed; right: 0; } + span.name { + color: #B7CD3E; + } + span.ms { + color: #FF0066; + } </style> </head> <body> |