feat(projects): 首页主备优化
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
module.exports = {
|
||||
content: ['./src/pages/index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#fa2c19', // Theme Red
|
||||
secondary: '#ff5d45', // Lighter Red
|
||||
surface: '#ffffff',
|
||||
},
|
||||
boxShadow: {
|
||||
'card': '0 2px 8px rgba(0, 0, 0, 0.04)',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
|
||||
Reference in New Issue
Block a user