Просмотр исходного кода

🎨 Update button background gradient for improved UI aesthetics

sh13y 6 месяцев назад
Родитель
Сommit
5658e90d8a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      simple_magnet2direct.py

+ 1 - 1
simple_magnet2direct.py

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