Skip to content

Commit 760b468

Browse files
committed
fix: color contrast
1 parent c95a223 commit 760b468

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apps/site/components/Common/Searchbox/Footer/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
items-center
3636
gap-2
3737
text-xs
38-
text-neutral-700;
38+
text-neutral-800
39+
dark:text-neutral-600;
3940
}
4041

4142
.shortcutKey {

apps/site/next.constants.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ export const DEFAULT_ORAMA_QUERY_PARAMS = {
128128
pageSectionContent: 2.5,
129129
pageTitle: 1.5,
130130
},
131-
// facets: {
132-
// siteSection: {},
133-
// },
134131
};
135132

136133
/**

0 commit comments

Comments
 (0)