Skip to content

Commit 046cc4f

Browse files
committed
fix: browse page sort drop-down legibility in dark mode
1 parent 6ec54ba commit 046cc4f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/pages/browse/index.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,13 @@ const publications = allPages.map((page: any) => {
569569
background: rgba(255, 255, 255, 0.03);
570570
}
571571

572+
.wa-dark .sort-control select,
573+
.wa-dark .sort-control select option {
574+
color-scheme: dark;
575+
background-color: #1e1e1e;
576+
color: #e0e0e0;
577+
}
578+
572579
/* Responsive: stack cards vertically on mobile */
573580
@media (max-width: 600px) {
574581
.pub-card-link {

0 commit comments

Comments
 (0)