greendra commited on
Commit
3c53c5c
·
verified ·
1 Parent(s): 63210c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ css = """
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
76
- :root {
77
- --input-background-fill-focus: #0d1117;
78
  }
79
  """
80
 
 
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
76
+ text-area:focus {
77
+ background: #0d1117 !important;
78
  }
79
  """
80