After base_rules refactoring. Still a few issues (Dark...)
[xogo.git] / common.css
index 6450242..6f8472c 100644 (file)
@@ -52,6 +52,11 @@ main > div {
   }
 }
 
+.author {
+  color: darkblue;
+  font-style: italic;
+}
+
 #boardContainer {
   margin: 0;
   padding: 0;
@@ -288,6 +293,10 @@ piece {
   pointer-events: none;
 }
 
+piece.hidden {
+  display: none;
+}
+
 /* Drawing of the board */
 .chessboard_SVG {
   width: 100%;