membership page
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user