Food Desert commited on
Commit
56966b7
·
1 Parent(s): 8c98b11

Use theme text token for system descriptor color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1503,7 +1503,7 @@ css = """
1503
  font-size: 1.08rem !important;
1504
  font-weight: 500 !important;
1505
  font-style: italic !important;
1506
- color: #111827 !important;
1507
  opacity: 1.0 !important;
1508
  }
1509
 
 
1503
  font-size: 1.08rem !important;
1504
  font-weight: 500 !important;
1505
  font-style: italic !important;
1506
+ color: var(--body-text-color, #111827) !important;
1507
  opacity: 1.0 !important;
1508
  }
1509