Prechádzať zdrojové kódy

🎨 Update button background gradient for improved UI aesthetics

sh13y 9 mesiacov pred
rodič
commit
5658e90d8a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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%;