membership page

This commit is contained in:
Emre
2025-09-30 12:37:34 +03:00
parent 395e9d4cad
commit 751a69804a
6 changed files with 392 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ button {
/* Background classes */
.bg-dark-gradient { background: #000000; }
.bg-gray-900 { background-color: #111827; }
.bg-gray-900 { background-color: #000000; }
.bg-amber-100 { background-color: #fef3c7; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-pink-100 { background-color: #fce7f3; }
@@ -342,6 +342,7 @@ button {
/* Hover effects */
.hover\:text-green-400:hover { color: #4ade80; }
.hover\:text-bright-cyan:hover { color: #00d9ff; }
.hover\:bg-green-400:hover { background-color: #4ade80; }
/* Transitions */