From 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 27 Mar 2022 23:06:05 +0200 Subject: v0.1.0 - Game without ending --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 6f617ad..8803e96 100644 --- a/src/style.css +++ b/src/style.css @@ -2,7 +2,7 @@ font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: #2c3e50; + color: white; background-color: black; } @@ -15,7 +15,7 @@ td { width: 50px; height: 50px; } -td div { +td div, #next div { width: 35px; height: 35px; margin: auto auto; -- cgit v1.3.1