Skip to content

Commit 2352774

Browse files
committed
Merge branch 'main' into feature/21-add-sponsors-organizers-communities
2 parents 01e55a4 + 0c2a752 commit 2352774

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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",

src/app/globals.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)