Skip to content

Commit 5da3ffc

Browse files
authored
Merge pull request #77 from kylefmohr/dark-mode-fix
Fix styling of specific text on the search page in dark mode
2 parents 6952c1e + f8a1e48 commit 5da3ffc

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

src/css/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
.material-symbols-sharp {
33
font-weight: 100;
44
}
5+
6+
.ais-RefinementList-labelText {
7+
padding: 0 5px;
8+
}

src/css/quasar.variables.scss

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,37 @@ $warning: #fba918;
3939
color: #fff !important;
4040
}
4141

42-
.ais-Stats-text {
43-
color: #ffffffcc !important;
42+
.ais-Breadcrumb,
43+
.ais-ClearRefinements,
44+
.ais-CurrentRefinements,
45+
.ais-GeoSearch,
46+
.ais-FrequentlyBoughtTogether,
47+
.ais-HierarchicalMenu,
48+
.ais-Hits,
49+
.ais-Results,
50+
.ais-HitsPerPage,
51+
.ais-ResultsPerPage,
52+
.ais-InfiniteHits,
53+
.ais-InfiniteResults,
54+
.ais-LookingSimilar,
55+
.ais-Menu,
56+
.ais-MenuSelect,
57+
.ais-NumericMenu,
58+
.ais-NumericSelector,
59+
.ais-Pagination,
60+
.ais-Panel,
61+
.ais-PoweredBy,
62+
.ais-RangeInput,
63+
.ais-RangeSlider,
64+
.ais-RatingMenu,
65+
.ais-RefinementList,
66+
.ais-RelatedProducts,
67+
.ais-SearchBox,
68+
.ais-RelevantSort,
69+
.ais-SortBy,
70+
.ais-Stats,
71+
.ais-TrendingItems,
72+
.ais-ToggleRefinement {
73+
color: #ffffffab !important;
4474
}
4575
}

0 commit comments

Comments
 (0)