From 4307be2003e8f329835c4ca74a3503d2741500ba Mon Sep 17 00:00:00 2001 From: Alphonse Xavier <168884930+alphonse-xavier-924@users.noreply.github.com> Date: Sat, 17 Aug 2024 18:55:19 -0400 Subject: [PATCH] Alphonse xavier 924 patch 2 (#28) * Updated increase_color and decrease_color in config.ini * Updated button and button:hover color in styles.css --- app/assets/styles.css | 6 +++--- app/src/config.ini | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/assets/styles.css b/app/assets/styles.css index ebd5dca..ae8e61c 100644 --- a/app/assets/styles.css +++ b/app/assets/styles.css @@ -26,7 +26,7 @@ body { } .button { - background-color: #2C9384; + background-color: #003566; border: none; border-radius: 6px; color: white; @@ -40,6 +40,6 @@ body { } .button:hover { - background-color: #2c9383c2; + background-color: #639FC6; color: white; - } \ No newline at end of file + } diff --git a/app/src/config.ini b/app/src/config.ini index 31eae9a..247a813 100644 --- a/app/src/config.ini +++ b/app/src/config.ini @@ -17,8 +17,8 @@ background = #FFF9F0 min_heatmap = RGBA(0, 0, 190, 0.5) max_heatmap = RGBA(190, 0, 0, 0.5) heatmap_low = RGBA(255, 255, 255, 1) -decrease_color = #2C9384 -increase_color = #FF3333 +decrease_color = #185F96 +increase_color = #E25100 [plot.text] title_size = 20 @@ -64,4 +64,3 @@ map_center_lon = -79.4293 [components.inputs] active_icon = 🔉 inactive_icon = 😴 -