search/tailwind.config.js

10 lines
104 B
JavaScript
Raw Normal View History

2022-05-02 19:43:09 +00:00
module.exports = {
theme: {
extend: {
colors: {
dark: '#121212'
}
}
}
}