Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ code {

@layer components {
.btn-primary {
@apply bg-transparent text-brand-green border border-brand-green font-medium px-4 py-2 rounded-md hover:opacity-90 transition-all duration-200;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(255, 107, 53, 0.2);
@apply bg-transparent text-brand-green border border-brand-green font-medium px-4 py-2 rounded-md hover:opacity-70 transition-all duration-200;
}

.btn-secondary {
Expand Down
Loading