diff --git a/index.html b/index.html
index c3a0254..3bf369a 100644
--- a/index.html
+++ b/index.html
@@ -46,18 +46,15 @@
text-align: center;
}
- .bg-gradient {
- background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
- padding: 4px;
- border-radius: 16px;
- }
-
.button {
- padding: 4px;
- border-radius: 12px;
- background: linear-gradient(to bottom, gray, #4d4d4d);
+ padding: 8px 16px;
+ border-radius: 8px;
+ background: transparent;
box-shadow: 0 2px 4px rgba(0,0,0,0.7);
transition: all 0.2s;
+ display: flex;
+ align-items: center;
+ gap: 8px;
}
.button:hover {
@@ -69,15 +66,6 @@
transform: scale(0.995);
}
- .button-inner {
- background: linear-gradient(to bottom, #4d4d4d, gray);
- border-radius: 8px;
- padding: 8px 16px;
- display: flex;
- align-items: center;
- gap: 8px;
- }
-
.button-text {
font-weight: 600;
color: white;
@@ -103,13 +91,11 @@
-