From ad6a716d099b56e50e81fb693464f7cff63457c6 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 6 Jan 2023 14:32:23 +0000 Subject: [PATCH] Fix mouse01 example background transparency --- docs/examples/guide/input/mouse01.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/guide/input/mouse01.css b/docs/examples/guide/input/mouse01.css index 95685d023..a37245093 100644 --- a/docs/examples/guide/input/mouse01.css +++ b/docs/examples/guide/input/mouse01.css @@ -6,17 +6,17 @@ TextLog { layer: log; } -PlayArea { - background: transparent; +PlayArea { + opacity: 0%; layer: ball; - + } Ball { layer: ball; width: auto; height: 1; background: $secondary; - border: tall $secondary; + border: tall $secondary; color: $background; box-sizing: content-box; text-style: bold;