From f99a8cbd44c2d193304d35ed1f5d4267377575ae Mon Sep 17 00:00:00 2001 From: Matt Keenan Date: Wed, 22 May 2024 13:17:48 -0400 Subject: [PATCH] Update style.css --- src/haz3lweb/www/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/haz3lweb/www/style.css b/src/haz3lweb/www/style.css index 1d50c7edae..2965eb0d96 100644 --- a/src/haz3lweb/www/style.css +++ b/src/haz3lweb/www/style.css @@ -677,6 +677,7 @@ select { .code-container { position: relative; + flex-grow:1; } .code { @@ -2360,7 +2361,7 @@ svg.expandable path { min-width: 7.5in; width: 7.5in; } - + .slide h1 { margin-top: 0; } @@ -2373,6 +2374,10 @@ svg.expandable path { fill: #8aeda6; } +.tile-taken-step .tile-path.Exp.indicated { + fill: #ddcda3; +} + svg.tile-next-step { pointer-events: all; cursor: pointer;