Spaces:
Running
on
Zero
Running
on
Zero
Fix color theme
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ css = """
|
|
193 |
position: relative;
|
194 |
}
|
195 |
.hoverable {
|
196 |
-
color:
|
197 |
position: relative;
|
198 |
display: inline-block;
|
199 |
}
|
@@ -205,7 +205,7 @@ css = """
|
|
205 |
bottom: 100%;
|
206 |
left: 0;
|
207 |
white-space: normal;
|
208 |
-
background-color:
|
209 |
max-width: 600px;
|
210 |
width: 500px;
|
211 |
word-wrap: break-word;
|
|
|
193 |
position: relative;
|
194 |
}
|
195 |
.hoverable {
|
196 |
+
color: var(--primary-500);
|
197 |
position: relative;
|
198 |
display: inline-block;
|
199 |
}
|
|
|
205 |
bottom: 100%;
|
206 |
left: 0;
|
207 |
white-space: normal;
|
208 |
+
background-color: var(--input-background-fill);
|
209 |
max-width: 600px;
|
210 |
width: 500px;
|
211 |
word-wrap: break-word;
|