summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/style.css b/style.css
index a8afdcb..43242aa 100644
--- a/style.css
+++ b/style.css
@@ -42,14 +42,12 @@ body {
background: #14ea6a;
}
-.wreck::after {
- display: block;
- content: attr(data-label);
+.label {
color: #eee;
position: absolute;
top: -0.2em;
left: calc(100% + 0.4em);
- padding: 0.2em 0.5em;
+ padding: 0.2em 0.4em;
background: #000b;
border-radius: 0.5em;
border: 1px solid #444;