From c650e3221cc5237ff664a99981e6e7bbdb6d5bf2 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 2 Sep 2023 18:58:16 -0700 Subject: [PATCH] Attempt to stub out dynamic exits, but nesting formatter strings is proving quite difficult --- index.html | 211 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 192 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index ed64fd5..5ec7d7c 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@ .wide { width: 18em; } .narrow { width: 7em; } .text-bg-warning { background-color: RGBA(183,138,2,var(--bs-bg-opacity,1)) !important } + .text-bg-light { background-color: RGBA(196,196,196,var(--bs-bg-opacity,1)) !important } .distance { font-weight: bold; padding: 0.2em; @@ -237,6 +238,20 @@