You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in dashboard.py the headings are the same color (and if more are added will need to be the same color). Rather than hard coding each one to "#aaaaaa", we should have a variable called HEADING_COLOR or something similar. This will make it easier to add headings and change heading colors in the future.
The text was updated successfully, but these errors were encountered:
in
dashboard.py
the headings are the same color (and if more are added will need to be the same color). Rather than hard coding each one to"#aaaaaa"
, we should have a variable calledHEADING_COLOR
or something similar. This will make it easier to add headings and change heading colors in the future.The text was updated successfully, but these errors were encountered: