@@ -1625,11 +1625,45 @@ html[data-theme="light"] .company-outer {
16251625 -webkit-backdrop-filter : none !important ;
16261626 backdrop-filter : none !important ;
16271627 mix-blend-mode : normal !important ;
1628- isolation : isolate !important ;
16291628}
16301629html [data-theme = "light" ] .company-outer ::before ,
16311630html [data-theme = "light" ] .company-outer ::after {
16321631 display : none !important ;
16331632 background : none !important ;
16341633 content : none !important ;
16351634}
1635+
1636+ /* Strong, final overrides for pill buttons and community button text in light mode */
1637+ html [data-theme = "light" ] .pill-badge ,
1638+ html [data-theme = "light" ] .company-outer .pill-badge ,
1639+ html [data-theme = "light" ] [data-slot = "card-header" ] .pill-badge ,
1640+ html [data-theme = "light" ] .company-border .pill-badge ,
1641+ html [data-theme = "light" ] .pill-badge [class *= "bg-" ],
1642+ html [data-theme = "light" ] span .bg-gray-100 .pill-badge {
1643+ background-color : # f3f4f6 !important ; /* gray-100 visible in light mode */
1644+ color : # 1f2937 !important ; /* dark text */
1645+ mix-blend-mode : normal !important ;
1646+ background-clip : padding-box !important ;
1647+ z-index : 9999 !important ;
1648+ opacity : 1 !important ;
1649+ }
1650+
1651+ /* Force link text inside gradient buttons to be white */
1652+ html [data-theme = "light" ] .company-tab-link ,
1653+ html [data-theme = "light" ] .company-tab-community-link ,
1654+ html [data-theme = "light" ] .company-border a ,
1655+ html [data-theme = "light" ] button [class *= "company-tab-link" ],
1656+ html [data-theme = "light" ] a .company-tab-link {
1657+ color : # ffffff !important ;
1658+ text-decoration : none !important ;
1659+ }
1660+
1661+ /* If any Tailwind gradient utility still applies, remove it for these containers in light mode */
1662+ html [data-theme = "light" ] .company-outer .bg-gradient-to-br ,
1663+ html [data-theme = "light" ] [data-slot = "card-header" ].bg-gradient-to-br {
1664+ background-image : linear-gradient (135deg , # ffffff 0% , # f8fafc 100% ) !important ;
1665+ background-color : # ffffff !important ;
1666+ -webkit-backdrop-filter : none !important ;
1667+ backdrop-filter : none !important ;
1668+ mix-blend-mode : normal !important ;
1669+ }
0 commit comments