Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,12 +71,12 @@ body {
|
|
71 |
background-color: #0277bd;
|
72 |
}
|
73 |
.gr-examples-card {
|
74 |
-
background-color: #
|
75 |
border: 1px solid #0288d1;
|
76 |
border-radius: 12px;
|
77 |
padding: 16px;
|
78 |
margin-bottom: 12px;
|
79 |
-
color: #
|
80 |
}
|
81 |
.gr-examples-card:hover {
|
82 |
background-color: #e0f7fa;
|
|
|
71 |
background-color: #0277bd;
|
72 |
}
|
73 |
.gr-examples-card {
|
74 |
+
background-color: #f4faff;
|
75 |
border: 1px solid #0288d1;
|
76 |
border-radius: 12px;
|
77 |
padding: 16px;
|
78 |
margin-bottom: 12px;
|
79 |
+
color: #005662;
|
80 |
}
|
81 |
.gr-examples-card:hover {
|
82 |
background-color: #e0f7fa;
|