X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=638a588c8f88c50945e251392e0ac110c65fc753;hb=c7bf7b1b10a6d5059f75f540787aba3daaa435f7;hp=c0dba3730c2fc52d1a7273335a9d5bfb2f3f4a38;hpb=21e8e7122487ae9417c5e7e72c25aa642b7a1226;p=xogo.git diff --git a/common.css b/common.css index c0dba37..638a588 100644 --- a/common.css +++ b/common.css @@ -73,9 +73,14 @@ button.block-btn { } /* Options when starting custom game */ +p.words { + line-height: 0.9em; +} .word { cursor: pointer; padding: 3px; + display: inline-block; + margin: 2px; } .highlight-word { background-color: lightblue; @@ -122,6 +127,16 @@ piece { height: 100%; } +.dark-square { + fill: #b58863; +} +.light-square { + fill: #f0d9b5; +} +.in-shadow { + filter: brightness(50%); +} + .reserves { position: absolute; display: block;