diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -3,14 +3,24 @@ body { } .wreck { - width: 18px; - fill: #8886; + width: 20px; + cursor: pointer; + padding: 2px; + fill: none; + stroke: #eee; + stroke-width: 0.4; + stroke-dasharray: 1; } .wreck.killed { + stroke: none; fill: #eee; } +.wreck:hover { + border: 2px solid #eee; +} + #wrapper { display: flex; width: 100vw; |