]> git.cworth.org Git - lmno.games/blobdiff - tictactoe/tictactoe.css
tictactoe: Integrate the standard LMNO styling
[lmno.games] / tictactoe / tictactoe.css
index 0e56082c8fa7e495d1c82200f2103ea5d073a557..10ad37052f266b90fcdd9a0c5509f5737a657404 100644 (file)
@@ -1,8 +1,3 @@
-body {
-  font: 14px "Century Gothic", Futura, sans-serif;
-  margin: 20px;
-}
-
 ol, ul {
   padding-left: 30px;
 }
@@ -19,6 +14,7 @@ ol, ul {
 
 .square {
   background: #fff;
+  color: black;
   border: 1px solid #999;
   float: left;
   font-size: 24px;
@@ -47,4 +43,5 @@ ol, ul {
 
 .game-info {
   margin-left: 20px;
+  margin-bottom: 20px;
 }