Skip to content

Commit 0c2a752

Browse files
authored
Fix select color style (#20)
1 parent a9878c9 commit 0c2a752

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

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)