Spaces:
Running
Running
James McCool
commited on
Commit
·
ef85b35
1
Parent(s):
b49c87d
Adjust tab styling border to enhance visual design
Browse filesRefined 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.
app.py
CHANGED
@@ -48,8 +48,7 @@ st.markdown("""
|
|
48 |
|
49 |
.stTabs [aria-selected="true"] {
|
50 |
background-color: #DAA520;
|
51 |
-
border
|
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 |
|