mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
First commit...!!
This commit is contained in:
24
tailwind.config.js
Normal file
24
tailwind.config.js
Normal file
@@ -0,0 +1,24 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./htdocs/**/*.{php,html,js}"],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
'poppins': ['"Poppins"', 'sans-serif'],
|
||||
'lexend': ['"Lexend Deca"', 'sans-serif'],
|
||||
'cormorant': ['"Cormorant Upright"', 'serif']
|
||||
},
|
||||
colors: {
|
||||
bg_primary: '#0F172A',
|
||||
bg_secondary: '#1E293B',
|
||||
accent_primary: '#38BDF8',
|
||||
accent_secondary: '#FFFFFF',
|
||||
accent_three: '#D9D9D9',
|
||||
accent_four: '#ACCBDE',
|
||||
accent_primary_transparent: 'rgba(56, 189, 248, 0.30)',
|
||||
accent_secondary_transparent: 'rgba(255, 255, 255, 0.30)'
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user