X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=tictactoe%2Ftictactoe.css;h=a9879334d710a2e96926f83140f88e8492b8063e;hp=d505c7ded3f4b356548b3b40b38c92f3c284dae4;hb=HEAD;hpb=1292fbceb528e33906f7f28f7205d57d6ff19b61 diff --git a/tictactoe/tictactoe.css b/tictactoe/tictactoe.css index d505c7d..a987933 100644 --- a/tictactoe/tictactoe.css +++ b/tictactoe/tictactoe.css @@ -17,15 +17,28 @@ ol, ul { color: black; border: 1px solid #999; float: left; - font-size: 24px; + font-size: 64px; font-weight: bold; - line-height: 34px; - height: 34px; + line-height: 90px; + width: 90px; + height: 90px; margin-right: -1px; margin-top: -1px; padding: 0; text-align: center; - width: 34px; + border-radius: 4px; +} + +.square.open { + cursor: pointer; +} + +.square.occupied { + cursor: default; +} + +.square.open:hover { + background-color: var(--accent-color-bright); } .square:focus {