Skip to content

Commit 4745422

Browse files
committed
Fixed visiblity of text on teh sponsors page dark mode
1 parent fff6a43 commit 4745422

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/pages/our-sponsors/Sponsors.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,14 @@
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 {
@@ -319,11 +320,17 @@
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;

0 commit comments

Comments
 (0)