m-ric HF staff commited on
Commit
d5baba8
β€’
1 Parent(s): d9bd86a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -150,10 +150,10 @@ STYLE = """
150
  }
151
  /*Hover-Section*/
152
  .tree li a:hover, .tree li a:hover+ul li a {
153
- background: var(--primary-600);
154
  }
155
  .tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before, .tree li a:hover+ul a::before {
156
- border-color: var(--primary-400);
157
  }
158
  .chosen-token {
159
  background-color: var(--primary-400);
@@ -172,7 +172,7 @@ STYLE = """
172
  background-color: var(--secondary-500);
173
  }
174
  .nonselected-sequence {
175
- background-color: var(--primary-600);
176
  }
177
  """
178
 
 
150
  }
151
  /*Hover-Section*/
152
  .tree li a:hover, .tree li a:hover+ul li a {
153
+ background: var(--primary-500);
154
  }
155
  .tree li a:hover+ul li::after, .tree li a:hover+ul li::before, .tree li a:hover+ul::before, .tree li a:hover+ul ul::before, .tree li a:hover+ul a::before {
156
+ border-color: var(--primary-500);
157
  }
158
  .chosen-token {
159
  background-color: var(--primary-400);
 
172
  background-color: var(--secondary-500);
173
  }
174
  .nonselected-sequence {
175
+ background-color: var(--primary-500);
176
  }
177
  """
178