From f4490e937af82f7b286500b1b522f7b1fc862bf2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 31 Aug 2025 16:41:40 +1000 Subject: [PATCH] with dark mode, using info instead of primary feels easier on the eye and allows for consistency with graph colours --- templates/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5a30fa7..f497627 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ {% for el in r %} {% if COMP and ( COMP['vars'][el.varname] != finance[el.varname] or (COMP['vars'][el.datevarname] is defined and COMP['vars'][el.datevarname] != finance[el.datevarname]) ) %} - {% set extra=" text-primary" %} + {% set extra=" text-info" %} {% else %} {% set extra="" %} {% endif %} @@ -40,7 +40,7 @@ {% endif %} class="col-form-label me-2 text-end float-end {{extra}}">{{el.label}} - - {% else %} {% if COMP and COMP['vars'][el.varname] != finance[el.varname] %} @@ -67,7 +67,7 @@ {% set bd="" %} {% else %} {% set bg="" %} - {% set bd="border-1 border-primary" %} + {% set bd="border-1 border-info" %} {% endif %} @@ -137,9 +137,9 @@
- - - {% for el in finance['COMP_SETS'] %} {% endfor %} @@ -305,7 +305,7 @@