summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/style.css b/style.css
index 0c793b3..2440d71 100644
--- a/style.css
+++ b/style.css
@@ -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;
}