File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 263263 text-decoration : none;
264264 font-weight : 500 ;
265265 padding : 8px 16px ;
266- border-radius : 6 px ;
266+ border-radius : 10 px ;
267267 background : rgba (107 , 177 , 255 , 0.1 );
268268 transition : all 0.3s ease;
269269 border : 1px solid rgba (107 , 177 , 255 , 0.2 );
294294 }
295295
296296 .custom-version-btn {
297- background : rgba (107 , 177 , 255 , 0.2 );
298- color : white;
299- border : none;
297+ display : inline-flex;
298+ align-items : center;
299+ gap : 8px ;
300+ color : # 6bb1ff ;
301+ text-decoration : none;
302+ font-weight : 500 ;
300303 padding : 14px 20px ;
301304 border-radius : 10px ;
302- cursor : pointer ;
305+ background : rgba ( 107 , 177 , 255 , 0.1 ) ;
303306 transition : all 0.3s ease;
304- border : 1px solid rgba (107 , 177 , 255 , 0.3 );
307+ border : 1px solid rgba (107 , 177 , 255 , 0.2 );
305308 }
306309
307310 .custom-version-btn : hover {
308- background : rgba (107 , 177 , 255 , 0.3 );
311+ background : rgba (107 , 177 , 255 , 0.2 );
312+ color : # ff5b5b ;
313+ transform : translateY (-2px );
314+ cursor : pointer;
309315 }
310316
311317 @media (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments