X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=common.css;h=7096ff8469d44a20668966ec1b56a069f4be05ab;hp=6f8472ce6e8adde47f54dc5689511927c3f2c765;hb=d621e620e7b568df94c53611f6c71ab318f4ffe3;hpb=2ba476f3561b85caf6c7892fd085330e411c42b7 diff --git a/common.css b/common.css index 6f8472c..7096ff8 100644 --- a/common.css +++ b/common.css @@ -303,12 +303,14 @@ piece.hidden { height: 100%; } +/* Default squares colors (can be overriden or unused) */ .dark-square { fill: #b58863; } .light-square { fill: #f0d9b5; } + .in-shadow { filter: brightness(50%); }