diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-14 11:18:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | eabedf314dfedd2ee5f641bf2e10564304d9d3f0 (patch) | |
tree | ea72a8ff938e6b367ab4c34a5b0c314ced912304 /play.html | |
parent | da0130446329b1419d54904e1ab43aebefbfd3de (diff) | |
download | table-battles-eabedf314dfedd2ee5f641bf2e10564304d9d3f0.tar.gz |
fizzle -> null.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ main { } -.action_type.fizzle { +.action_type.action.null { border-color: black; box-shadow: 0 0 0 2px black; } |