X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe%2Ftictactoe.css;h=52a8e87b0d81895374560a61a11ad29087d79fe6;hb=0edb467eb1b8922d885ef6a756fca68c9d2d0a08;hp=10ad37052f266b90fcdd9a0c5509f5737a657404;hpb=b7235e121a198fa718dae1e311d5e35151245f99;p=lmno.games diff --git a/tictactoe/tictactoe.css b/tictactoe/tictactoe.css index 10ad370..52a8e87 100644 --- a/tictactoe/tictactoe.css +++ b/tictactoe/tictactoe.css @@ -17,15 +17,20 @@ 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:hover { + background-color: var(--accent-color-bright); } .square:focus { @@ -35,13 +40,3 @@ ol, ul { .kbd-navigation .square:focus { background: #ddd; } - -.game { - display: flex; - flex-direction: row; -} - -.game-info { - margin-left: 20px; - margin-bottom: 20px; -}