File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 155
155
.btn-primary ,
156
156
.participation-card a ,
157
157
.year-card a {
158
- background : var (--python-green );
159
- color : var (--python-white );
158
+ background : var (--python-green ) !important ;
159
+ color : var (--python-white ) !important ;
160
160
padding : 0.75rem 1.5rem ;
161
161
border-radius : var (--button-radius );
162
162
text-decoration : none;
175
175
.btn-primary : hover ,
176
176
.participation-card a : hover ,
177
177
.year-card a : hover {
178
- background : var (--python-green-dark );
179
- color : var (--python-white );
178
+ background : var (--python-green-dark ) !important ;
179
+ color : var (--python-white ) !important ;
180
180
transform : translateY (-2px );
181
181
box-shadow : var (--md-shadow-z2 );
182
182
text-decoration : none;
183
183
}
184
184
185
+ /* Asegurar visibilidad en botones específicos del index */
186
+ .btn .btn-primary ,
187
+ .btn-primary .mt-2 ,
188
+ .upcoming-btn {
189
+ background : var (--python-green ) !important ;
190
+ color : var (--python-white ) !important ;
191
+ text-decoration : none !important ;
192
+ }
193
+
194
+ .btn .btn-primary : hover ,
195
+ .btn-primary .mt-2 : hover ,
196
+ .upcoming-btn : hover {
197
+ background : var (--python-green-dark ) !important ;
198
+ color : var (--python-white ) !important ;
199
+ text-decoration : none !important ;
200
+ }
201
+
185
202
/* Botones de navegación discretos */
186
203
.btn-nav {
187
204
background : transparent;
You can’t perform that action at this time.
0 commit comments