summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2440d71..cd62930 100644
--- a/style.css
+++ b/style.css
@@ -23,6 +23,25 @@ body {
border: 2px solid #eee;
}
+.wreck::before {
+ display: block;
+ content: '';
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+ width: 6px;
+ height: 6px;
+ overflow: hidden;
+}
+
+.wreck.teamA::before {
+ background: #cc0899;
+}
+
+.wreck.teamB::before {
+ background: #14ea6a;
+}
+
.wreck::after {
display: block;
content: attr(data-label);