Update globals.css
This commit is contained in:
@@ -357,7 +357,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Christmas-themed button hover effects */
|
/* Christmas-themed button hover effects */
|
||||||
.christmas-theme button.bg-primary:hover {
|
/* Using more specific selector to avoid Turbopack CSS parsing issues */
|
||||||
|
.christmas-theme button[class*="bg-primary"]:hover,
|
||||||
|
.christmas-theme [class*="bg-primary"]:hover {
|
||||||
background: linear-gradient(135deg,
|
background: linear-gradient(135deg,
|
||||||
hsl(var(--christmas-red)),
|
hsl(var(--christmas-red)),
|
||||||
hsl(var(--christmas-green)));
|
hsl(var(--christmas-green)));
|
||||||
|
|||||||
Reference in New Issue
Block a user