🎨 CSS fixed - Import global.css + solid colors
✅ Added CSS import to BaseLayout.astro ✅ Plain CSS styles (not @apply) ✅ Font: 16px base ✅ Cookie banner: solid colors, inline styles ✅ Footer: policy links included
This commit is contained in:
58
.gitignore
vendored
58
.gitignore
vendored
@@ -1,39 +1,35 @@
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.yarn/install-state.gz
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.astro/
|
||||
dist/
|
||||
.db/
|
||||
*.db
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env*.local
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backup
|
||||
dealplustech-old-nextjs/
|
||||
dealplustech-fresh/
|
||||
dealplustech-broken/
|
||||
*.tar.gz
|
||||
|
||||
# Astro DB
|
||||
db/
|
||||
|
||||
Reference in New Issue
Block a user