summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-06 21:20:16 +0200
committerAki <please@ignore.pl>2021-04-06 21:20:16 +0200
commit942b2af131b40df3b68302438eb22c830535560d (patch)
tree0261e17d9d1876560bbe3231a87a11f13b34758a /style.css
parent1fab13e97b98bacd8e5613da00ac934dbfcd98d8 (diff)
downloadderelict-prototype-942b2af131b40df3b68302438eb22c830535560d.zip
derelict-prototype-942b2af131b40df3b68302438eb22c830535560d.tar.gz
derelict-prototype-942b2af131b40df3b68302438eb22c830535560d.tar.bz2
Added teams to visualization
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);