Skip to content

Commit

Permalink
Alphonse xavier 924 patch 2 (#28)
Browse files Browse the repository at this point in the history
* Updated increase_color and decrease_color in config.ini

* Updated button and button:hover color in styles.css
  • Loading branch information
alphonse-xavier-924 authored Aug 17, 2024
1 parent 97584a6 commit 4307be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body {
}

.button {
background-color: #2C9384;
background-color: #003566;
border: none;
border-radius: 6px;
color: white;
Expand All @@ -40,6 +40,6 @@ body {
}

.button:hover {
background-color: #2c9383c2;
background-color: #639FC6;
color: white;
}
}
5 changes: 2 additions & 3 deletions app/src/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,4 +64,3 @@ map_center_lon = -79.4293
[components.inputs]
active_icon = 🔉
inactive_icon = 😴

0 comments on commit 4307be2

Please sign in to comment.