Spaces:
Running
Running
vickeee465
commited on
Commit
·
49b89e0
1
Parent(s):
54f2500
background color for selected tab (button)
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ css = """
|
|
22 |
/* Make only the active tab bold */
|
23 |
.svelte-1uw5tnk[aria-selected="true"] {
|
24 |
font-weight: bold;
|
|
|
25 |
}
|
26 |
"""
|
27 |
|
|
|
22 |
/* Make only the active tab bold */
|
23 |
.svelte-1uw5tnk[aria-selected="true"] {
|
24 |
font-weight: bold;
|
25 |
+
background-color: grey;
|
26 |
}
|
27 |
"""
|
28 |
|