chore: update application configuration and UI components for improved styling and functionality
This commit is contained in:
parent
0af6b17792
commit
37ab8d7bab
54 changed files with 23293 additions and 1666 deletions
14
tailwind.config.ts
Normal file
14
tailwind.config.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import type { Config } from 'tailwindcss'
|
||||
|
||||
export default {
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
neutral: {
|
||||
950: '#0a0a0a'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} satisfies Config
|
||||
Loading…
Add table
Add a link
Reference in a new issue