search/tailwind.config.js

10 lines
104 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
dark: '#121212'
}
}
}
}