James McCool commited on
Commit
ef85b35
·
1 Parent(s): b49c87d

Adjust tab styling border to enhance visual design

Browse files

Refined the selected tab styling by modifying the border width from 1px to 5px, maintaining the golden color scheme while creating a more pronounced visual highlight.

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -48,8 +48,7 @@ st.markdown("""
48
 
49
  .stTabs [aria-selected="true"] {
50
  background-color: #DAA520;
51
- border-radius: 10px;
52
- border: 1px solid #FFD700;
53
  color: white;
54
  }
55
 
 
48
 
49
  .stTabs [aria-selected="true"] {
50
  background-color: #DAA520;
51
+ border: 5px solid #FFD700;
 
52
  color: white;
53
  }
54