Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,6 +133,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 133 |
|
| 134 |
.gr-button:active {
|
| 135 |
font-size: 98% !important;
|
|
|
|
| 136 |
border-top-color: #000000 !important;
|
| 137 |
border-right-color: #ffffff !important;
|
| 138 |
border-bottom-color: #ffffff !important;
|
|
|
|
| 133 |
|
| 134 |
.gr-button:active {
|
| 135 |
font-size: 98% !important;
|
| 136 |
+
text-shadow: 0px 0px 0 rgba(0, 0, 0, 1) !important;
|
| 137 |
border-top-color: #000000 !important;
|
| 138 |
border-right-color: #ffffff !important;
|
| 139 |
border-bottom-color: #ffffff !important;
|