vickeee465 commited on
Commit
1384790
·
1 Parent(s): 49b89e0

use the huggingface colors (css)

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ css = """
22
  /* Make only the active tab bold */
23
  .svelte-1uw5tnk[aria-selected="true"] {
24
  font-weight: bold;
25
- background-color: grey;
 
26
  }
27
  """
28
 
 
22
  /* Make only the active tab bold */
23
  .svelte-1uw5tnk[aria-selected="true"] {
24
  font-weight: bold;
25
+ background: linear-gradient(to bottom right, var(--primary-100), var(--primary-300));
26
+ color: var(--primary-600)
27
  }
28
  """
29