Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ STYLE = """
|
|
123 |
background: #ffedd5;
|
124 |
}
|
125 |
.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 {
|
126 |
-
border-color: #
|
127 |
}
|
128 |
.chosen {
|
129 |
background-color: #ea580c;
|
|
|
123 |
background: #ffedd5;
|
124 |
}
|
125 |
.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 {
|
126 |
+
border-color: #f97316;
|
127 |
}
|
128 |
.chosen {
|
129 |
background-color: #ea580c;
|