diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
| commit | 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (patch) | |
| tree | 52a77c928e527125c752fdc2fec5d1809ea43818 /src/style.css | |
| parent | ab750d05a2eb580067e51c26032ff24358834d0b (diff) | |
| download | boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.gz boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.zst boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.zip | |
v0.1.0 - Game without ending
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
