Spaces:
Running
Running
Update style.py
Browse files
style.py
CHANGED
@@ -52,6 +52,7 @@ styles = {
|
|
52 |
background: linear-gradient(135deg, #3ED83E 0%, #2A9D2A 100%);
|
53 |
transform: translateY(-2px) !important;
|
54 |
box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
|
|
|
55 |
}
|
56 |
</style>
|
57 |
""",
|
|
|
52 |
background: linear-gradient(135deg, #3ED83E 0%, #2A9D2A 100%);
|
53 |
transform: translateY(-2px) !important;
|
54 |
box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
|
55 |
+
border: 1px solid #228B22 !important;
|
56 |
}
|
57 |
</style>
|
58 |
""",
|