Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ custom_css = """
|
|
265 |
transform: scale(0.95);
|
266 |
}
|
267 |
#clear-history {
|
268 |
-
background
|
269 |
color: white;
|
270 |
border: none;
|
271 |
border-radius: 8px;
|
@@ -276,7 +276,7 @@ custom_css = """
|
|
276 |
margin-top: 10px;
|
277 |
}
|
278 |
#clear-history:hover {
|
279 |
-
background
|
280 |
box-shadow: 0 6px 8px rgba(229, 62, 62, 0.4);
|
281 |
}
|
282 |
#clear-history:active {
|
|
|
265 |
transform: scale(0.95);
|
266 |
}
|
267 |
#clear-history {
|
268 |
+
background: linear-gradient(135deg, #e53e3e 0%, #f56565 100%); /* Red gradient */
|
269 |
color: white;
|
270 |
border: none;
|
271 |
border-radius: 8px;
|
|
|
276 |
margin-top: 10px;
|
277 |
}
|
278 |
#clear-history:hover {
|
279 |
+
background: linear-gradient(135deg, #c53030 0%, #e53e3e 100%); /* Slightly darker red gradient on hover */
|
280 |
box-shadow: 0 6px 8px rgba(229, 62, 62, 0.4);
|
281 |
}
|
282 |
#clear-history:active {
|