From 7ddff41a3d12502983dff527bf8862e196114b4a Mon Sep 17 00:00:00 2001 From: Matt Langham <151934237+NPgMattL@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:52:38 +0000 Subject: [PATCH] #90 - add 'npg-best-view' to style.css At the moment, it's a mirror of 'planning-scenario' --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 9cdd3bb..5245e46 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,7 @@ table { .net-zero { background-color: #00AB84!important; color: white!important; } .net-zero-text { color: #00AB84!important; } .planning-scenario { background-color: #ab1236!important; color: white!important; } +.npg-best-view { background-color: #ab1236!important; color: white!important; } /* mirror of planning-scenario - ML 2024-01-05 */ ol { list-style: decimal; margin-left: 1em; } ol li { margin-bottom: 1em; }