X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe%2Ftictactoe.css;h=a9879334d710a2e96926f83140f88e8492b8063e;hb=e7e45fef427d3d76f7f88ca919c73e28de5a301b;hp=52a8e87b0d81895374560a61a11ad29087d79fe6;hpb=785d9a691a633a9a73f8b4db135651b06ba85947;p=lmno.games diff --git a/tictactoe/tictactoe.css b/tictactoe/tictactoe.css index 52a8e87..a987933 100644 --- a/tictactoe/tictactoe.css +++ b/tictactoe/tictactoe.css @@ -29,7 +29,15 @@ ol, ul { border-radius: 4px; } -.square:hover { +.square.open { + cursor: pointer; +} + +.square.occupied { + cursor: default; +} + +.square.open:hover { background-color: var(--accent-color-bright); }