mirror of
https://github.com/kevin-DL/comedy-video-lib.git
synced 2026-01-17 21:34:52 +00:00
Profile page
- Created a mock profile page
This commit is contained in:
@@ -12,6 +12,22 @@ module.exports = {
|
||||
xl: '1280px',
|
||||
xxl: '1920px',
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
'light-blue': {
|
||||
'50': '#f0f9ff',
|
||||
'100': '#e0f2fe',
|
||||
'200': '#bae6fd',
|
||||
'300': '#7dd3fc',
|
||||
'400': '#38bdf8',
|
||||
'500': '#0ea5e9',
|
||||
'600': '#0284c7',
|
||||
'700': '#0369a1',
|
||||
'800': '#075985',
|
||||
'900': '#0c4a6e',
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [require('@tailwindcss/ui')],
|
||||
|
||||
Reference in New Issue
Block a user