File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2727 },
2828 "license" : " MIT" ,
2929 "scripts" : {
30+ "init" : " npm run build && npm run start" ,
3031 "dev" : " next dev --turbopack" ,
3132 "build" : " next build" ,
3233 "export" : " next export" ,
Original file line number Diff line number Diff line change @@ -119,15 +119,8 @@ body {
119119
120120 .select-theme option {
121121 background-color : var (--primary-green );
122- color : var (--primary-green ) !important ;
123- border : var (--primary-green ) !important ;
124- transition : background-color 0.2s ease, color 0.2s ease;
125- }
126-
127- .select-theme option : hover ,
128- .select-theme option : checked {
129- background-color : rgba (var (--accent-yellow ) 0.3 ) !important ;
130122 color : var (--text-white ) !important ;
123+ border : var (--primary-green ) !important ;
131124 }
132125
133126 /* Tarjetas de sponsors con colores de marca */
You can’t perform that action at this time.
0 commit comments