File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 182182
183183.sponsor-page .sponsor-card .sponsor-desc {
184184 font-size : 0.95rem ;
185- color : # 4b5563 ;
185+ color : # 374151 ;
186186 margin-bottom : 10px ;
187187 line-height : 1.4 ;
188188}
189189
190190[data-theme = 'dark' ] .sponsor-page .sponsor-card .sponsor-desc {
191191 color : var (--dark-text-secondary );
192+ opacity : 0.95 ;
192193}
193194
194195.sponsor-page .sponsor-card .social-links {
319320 width : 100% ;
320321 background : white;
321322}
322-
323+ [data-theme = 'dark' ] .scanner-content p ,
324+ [data-theme = 'dark' ] .scanner-content .sponsor-desc {
325+ color : var (--dark-text-primary ) !important ; /* force high-contrast text */
326+ opacity : 1 !important ; /* ensure no dimming */
327+ line-height : 1.6 ;
328+ }
323329[data-theme = 'dark' ] .scanner-content {
324330 background : var (--dark-bg-secondary );
325331 color : var (--dark-text-primary );
326332}
333+ [data-theme = 'dark' ] .scanner-popup { background : rgba (0 , 0 , 0 , 0.7 ); }
327334
328335.sponsors-section {
329336 margin-top : 2rem ;
You can’t perform that action at this time.
0 commit comments