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 7d3692b commit fedf061Copy full SHA for fedf061
assets/css/v2/style.css
@@ -1148,6 +1148,11 @@ atomic-search-interface#search-standalone-header {
1148
border-color: oklch(var(--color-foreground));
1149
}
1150
1151
+ &::part(textarea) {
1152
+ /* Override Coveo's use of --atomic-text-lg (equal to 1rem) */
1153
+ font-size: var(--atomic-text-base);
1154
+ }
1155
+
1156
&::part(suggestions-wrapper) {
1157
border-radius: 0;
1158
0 commit comments