m-ric HF staff commited on
Commit
8666c72
1 Parent(s): d121639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -122,14 +122,14 @@ STYLE = """
122
  }
123
  /*Hover-Section*/
124
  .tree li a:hover, .tree li a:hover+ul li a {
125
- background: #c8e4f8;
126
  color: #000;
127
  }
128
  .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 {
129
- border-color: #94a0b4;
130
  }
131
  .chosen {
132
- background-color: red;
133
  }
134
  """
135
 
 
122
  }
123
  /*Hover-Section*/
124
  .tree li a:hover, .tree li a:hover+ul li a {
125
+ background: #ffedd5;
126
  color: #000;
127
  }
128
  .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 {
129
+ border-color: #7c2d12;
130
  }
131
  .chosen {
132
+ background-color: #ea580c;
133
  }
134
  """
135