@@ -372,28 +372,35 @@ We also need to update [${RESOURCE_BACKUP_NAME}](https://github.com/${REPO_FULL_
372372 --litellm-purple : #8b5cf6 ;
373373 }
374374
375+ .container {
376+ background-color : #ffffff ;
377+ color : #1a1a1a ;
378+ }
379+
375380 /* Hero Section */
376381 .hero {
377382 text-align : center ;
378383 padding : 5rem 2rem 4rem ;
379384 max-width : 900px ;
380385 margin : 0 auto ;
386+ background-color : #ffffff ;
387+ color : #1a1a1a ;
381388 }
382389
383390 .hero-title {
384391 font-size : 4rem ;
385392 font-weight : 700 ;
386393 line-height : 1.1 ;
387394 margin : 0 0 1.25rem 0 ;
388- color : var ( --contrast ) ;
395+ color : #1a1a1a ;
389396 letter-spacing : -0.03em ;
390397 font-family : -apple-system , BlinkMacSystemFont, ' Segoe UI' , ' Inter' , ' Roboto' , ' Helvetica Neue' , Arial , sans-serif ;
391398 }
392399
393400 .hero-subtitle {
394401 font-size : 1.25rem ;
395402 line-height : 1.5 ;
396- color : var ( --muted-color ) ;
403+ color : #6b7280 ;
397404 margin : 0 0 2rem 0 ;
398405 max-width : 700px ;
399406 margin-left : auto ;
@@ -573,14 +580,14 @@ We also need to update [${RESOURCE_BACKUP_NAME}](https://github.com/${REPO_FULL_
573580 table {
574581 width : 100% ;
575582 border-collapse : collapse ;
576- background : var ( --card-background-color ) ;
583+ background : #ffffff ;
577584 border-radius : 12px ;
578585 box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.1 );
579586 border : 1px solid var (--muted-border-color );
580587 }
581588
582589 thead {
583- background-color : var ( --card-background-color ) ;
590+ background-color : #ffffff ;
584591 border-bottom : 1px solid var (--muted-border-color );
585592 }
586593
@@ -594,14 +601,19 @@ We also need to update [${RESOURCE_BACKUP_NAME}](https://github.com/${REPO_FULL_
594601 color : var (--muted-color );
595602 }
596603
604+ tbody {
605+ background-color : #ffffff ;
606+ }
607+
597608 tbody tr .model-row {
598609 border-bottom : 1px solid var (--muted-border-color );
599610 transition : background-color 0.15s ease ;
600611 cursor : pointer ;
612+ background-color : #ffffff ;
601613 }
602614
603615 tbody tr .model-row :hover {
604- background-color : var ( --table-row-stripped-background-color ) ;
616+ background-color : #f9fafb ;
605617 }
606618
607619 tbody tr .model-row.expanded {
0 commit comments