solsync-web3-wallet-for-solana / tailwind.config.js
0xBit's picture
bisa buatkin pakai next js?
f0cc93e verified
raw
history blame contribute delete
411 Bytes
module.exports = {
darkMode: 'class',
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
solana: {
purple: '#9945FF',
green: '#14F195',
}
},
backgroundImage: {
'solana-gradient': 'linear-gradient(135deg, #9945FF 0%, #14F195 100%)',
}
},
},
plugins: [],
}