diff --git a/index.html b/index.html index 5babdcb..4599d77 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,15 @@ html, body { background: #eee url('data:image/svg+xml,'); background-size: 20px 20px; } + +.hover-debug-helper { + font-family: "Consolas", "Monaco", monospace; + color: white; + background: rgba(0, 0, 0, 0.75); + padding: 4px; + margin-top: 4px; + margin-left: 4px; +}