m-ric HF staff commited on
Commit
38fce31
β€’
1 Parent(s): 7f3d9d5

Fix color theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,7 +193,7 @@ css = """
193
  position: relative;
194
  }
195
  .hoverable {
196
- color: blue;
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: rgba(240, 240, 240, 1);
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;