diff options
-rw-r--r-- | style.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,7 @@ body { margin: 0; + font-family: sans-serif; + font-size: 12px; } .wreck { @@ -26,11 +28,12 @@ body { content: attr(data-label); color: #eee; position: absolute; - top: 0; + top: -0.2em; left: 107.5%; padding: 0.2em 0.5em; - background: #000a; + background: #000b; border-radius: 0.5em; + border: 1px solid #444; pointer-events: none; width: max-content; } |