We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95a223 commit 760b468Copy full SHA for 760b468
apps/site/components/Common/Searchbox/Footer/index.module.css
@@ -35,7 +35,8 @@
35
items-center
36
gap-2
37
text-xs
38
- text-neutral-700;
+ text-neutral-800
39
+ dark:text-neutral-600;
40
}
41
42
.shortcutKey {
apps/site/next.constants.mjs
@@ -128,9 +128,6 @@ export const DEFAULT_ORAMA_QUERY_PARAMS = {
128
pageSectionContent: 2.5,
129
pageTitle: 1.5,
130
},
131
- // facets: {
132
- // siteSection: {},
133
- // },
134
};
135
136
/**
0 commit comments