Closed astrochun closed 3 years ago
Instead of default streamlit colors, we should change them to use UA's: https://brand.arizona.edu/applying-the-brand/colors
streamlit
For interactive elements, we will use Arizona red: #AB0520. For most text we will use Arizona Blue: #0C234B. In addition, related to #13, we will want to blend the background color to those of bokeh's. Thus we will use:
backgroundColor = "#FAFAFA" secondaryBackgroundColor = "#F0F0F0"
Instead of default
streamlit
colors, we should change them to use UA's: https://brand.arizona.edu/applying-the-brand/colorsFor interactive elements, we will use Arizona red: #AB0520. For most text we will use Arizona Blue: #0C234B. In addition, related to #13, we will want to blend the background color to those of bokeh's. Thus we will use: