1
0
Fork 0
docsearch/packages/website/tailwind.config.js
Shane Afsar fb65725016
chore(site): Update logo & color (#2103)
* Swap indigo for algolia brand color

* add logo update

* Lint error

* Shink logo width on smaller screen sizes
2023-10-20 11:47:14 -04:00

15 lines
307 B
JavaScript

module.exports = {
purge: ['./src/**/*.html', './src/**/*.js', './src/**/*.tsx'],
corePlugins: { preflight: false, container: false },
important: '#tailwind',
theme: {
extend: {
colors: {
algolia: '#1C52FF',
},
maxWidth: {
xxs: '18rem',
},
},
},
};