mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
12 lines
No EOL
278 B
JavaScript
12 lines
No EOL
278 B
JavaScript
// push "search" template to primaryNav
|
|
Telescope.modules.add("primaryNav", {
|
|
template: 'search',
|
|
order: 100
|
|
});
|
|
|
|
Telescope.modules.add("mobileNav", {
|
|
template: 'search',
|
|
order: 1
|
|
});
|
|
|
|
Telescope.colorElements.add('.search.empty .search-field', 'secondaryContrastColor'); |