summaryrefslogtreecommitdiff
path: root/web/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/index.html')
-rw-r--r--web/static/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/static/index.html b/web/static/index.html
index f583449..1a8d1b5 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -58,9 +58,9 @@
</div>
<div id="keypad-dartboard" class="keypad" style="display: none">
<div id="dartboard-container">
- <svg viewBox="0 0 451 451">
- <g id="dartboard" transform="translate(225.5 225.5) scale(1 -1)"></g>
- <g id="dartboard-points" transform="translate(225.5 225.5) scale(1 -1)"></g>
+ <svg id="dartboard" viewBox="0 0 451 451">
+ <g class="base" transform="translate(225.5 225.5) scale(1 -1)"></g>
+ <g class="overlay" transform="translate(225.5 225.5) scale(1 -1)"></g>
</svg>
</div>
</div>