mirror of
https://github.com/sunrin-ana/2025-SSF-Frontend.git
synced 2026-03-09 18:30:00 +00:00
test
This commit is contained in:
parent
6c6a88931c
commit
afe581ec34
69 changed files with 12702 additions and 25 deletions
29
tailwind.config.js
Normal file
29
tailwind.config.js
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'gradient-start': '#FEE182',
|
||||
'gradient-end': '#FFC47E',
|
||||
'text-default': '#644B23',
|
||||
'text-gray-custom': '#B1A490',
|
||||
'input-icon-color': '#FFAD84',
|
||||
'button-color-1': '#FFAD84',
|
||||
'button-color-2': '#FFAD84',
|
||||
'input-border-color': '#FFC47E',
|
||||
'diary-color': '#FFE382',
|
||||
'diary-icon-hover' : '#FFE39D',
|
||||
'button-color-3': '#FFC47E',
|
||||
'input-color': '#FFC47E',
|
||||
},
|
||||
backgroundImage: {
|
||||
'custom-gradient': 'linear-gradient(180deg, #FEE182 11%, #FFC47E 100%)',
|
||||
'signup-icon' : 'linear-gradient(180deg, #FFF78A 0%, #FFAD84 100%)'
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue