Small style improve (options, Dark)
[xogo.git] / common.css
index c0dba37..638a588 100644 (file)
@@ -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;