game-of-death

antagonistic game of life  https://xi.github.io/game-of-death/
git clone https://git.ce9e.org/game-of-death.git

commit
4c26def8388cb318e01ecbe65d02f65d8f9dc8c3
parent
7bdbcc0655ba503ded2433f79629adaa80323caa
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-01-02 10:09
fix css typo

Diffstat

M style.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/style.css b/style.css

@@ -28,7 +28,7 @@ body {
   28    28 input,
   29    29 button {
   30    30     -webkit-appearance: none;
   31    -1     padding: 0.3em 0.75;
   -1    31     padding: 0.3em 0.75em;
   32    32     line-height: 1.6;
   33    33     height: 2.2em;
   34    34     background-color: transparent;