Explorar el Código

🎨 Update button background gradient for improved UI aesthetics

sh13y hace 6 meses
padre
commit
5658e90d8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      simple_magnet2direct.py

+ 1 - 1
simple_magnet2direct.py

@@ -342,7 +342,7 @@ HTML_TEMPLATE = """
             position: absolute;
             top: 15px;
             left: 15px;
-            background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
+            background: linear-gradient(135deg, #667eea 0%, #38a169 100%);
             color: white;
             border: none;
             border-radius: 50%;