Skip to content

Commit e7664ab

Browse files
authored
Adjusted coveo styling to match mainframe more (#169)
* fix: Adjusted coveo styling to match mainframe more * fix: Adjusted font family to inherit
1 parent f9a15f3 commit e7664ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,11 @@ nav {
384384
display: inline-block !important;
385385
width: 95vw;
386386
grid-column: 1 / -1;
387+
--atomic-primary: var(--color-brand);
388+
--atomic-border-radius-lg: 0;
389+
--atomic-border-radius-md: 0;
390+
--atomic-border-radius: 0;
391+
--atomic-font-family: inherit;
387392
}
388393

389394
atomic-search-box {

0 commit comments

Comments
 (0)