X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=tictactoe%2Ftictactoe.css;h=a9879334d710a2e96926f83140f88e8492b8063e;hp=52a8e87b0d81895374560a61a11ad29087d79fe6;hb=cd1247338dd987b8796ad5ca6d0f655ececa22ee;hpb=9c92603bbe96c1bb54db5247ba73e7ea447845c1 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); }