diff options
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; |
