From 015eb625c467ccf68666807072e562a668479e47 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:56:31 +0100 Subject: turn marker style --- play.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 00ee86f..f087bc8 100644 --- a/play.html +++ b/play.html @@ -248,7 +248,7 @@ div.congress_box.action { } -/* 2D CUBES */ +/* 3D CUBES */ .piece.cube { width: 21px; height: 25px; } .piece.red.cube { background-image: url(pieces/iso_red_cube.svg); } .piece.yellow.cube { background-image: url(pieces/iso_yellow_cube.svg); } @@ -266,8 +266,8 @@ div.congress_box.action { width: 30px; height: 30px; border-radius: 50%; - border: 1px solid black; - background-color: #666; + border: 3px solid white; + backdrop-filter: invert(80%); } .piece.yes { width: 42px; height: 32px; background-size: 42px 32px; background-image: url(pieces/yes.svg); } @@ -986,7 +986,7 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
-
+
-- cgit v1.2.3