ctgadget commited on
Commit
a69647f
·
1 Parent(s): 2d5fcf5

updating nav color in index page to Astros Navy blue.

Browse files
Files changed (1) hide show
  1. index.py +1 -1
index.py CHANGED
@@ -29,7 +29,7 @@ with st.sidebar:
29
  "margin": "0px",
30
  "--hover-color": "#eee",
31
  },
32
- "nav-link-selected": {"background-color": "#BFEFFF"},
33
  },
34
  )
35
 
 
29
  "margin": "0px",
30
  "--hover-color": "#eee",
31
  },
32
+ "nav-link-selected": {"background-color": "#002D62"},
33
  },
34
  )
35