This commit is contained in:
2025-09-25 00:16:02 +04:00
parent fe7f5d1791
commit abb300df17

View File

@@ -246,7 +246,7 @@ body {
border: 2px solid #ff00ff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 12px #ff00ff88;
box-shadow: 0 0 12px #fdfdfd88;
display: flex;
align-items: center;
gap: 20px;
@@ -281,7 +281,7 @@ body {
transition: all 0.3s ease;
min-width: 120px;
text-align: center;
box-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
box-shadow: 0 0 12px #ff00ff;
}
.catalog-item button:hover {