Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ st.markdown("""
|
|
| 78 |
.stNumberInput input:focus,
|
| 79 |
.stSelectbox select:focus,
|
| 80 |
.stTextArea textarea:focus {
|
| 81 |
-
border-color: var(--
|
| 82 |
box-shadow: 0 0 0 2px rgba(106, 13, 173, 0.2) !important;
|
| 83 |
}
|
| 84 |
|
|
|
|
| 78 |
.stNumberInput input:focus,
|
| 79 |
.stSelectbox select:focus,
|
| 80 |
.stTextArea textarea:focus {
|
| 81 |
+
border-color: var(--text) !important;
|
| 82 |
box-shadow: 0 0 0 2px rgba(106, 13, 173, 0.2) !important;
|
| 83 |
}
|
| 84 |
|